This repo showcases Blazor Converters Single Page Application. Blazor Converters is simple converter app written using Blazor, influenced by Windows 10 Calculator
Blazor Converters is hosted on Surge. You can find the demo here.
and many more ...
To setup Blazor 0.7.0:
-
Install .NET Core 2.1 SDK (2.1.500 or later).
-
Install Visual Studio 2017 (15.9 or later) with the ASP.NET and web development workload selected.
-
Install the latest Blazor Language Services extension from the Visual Studio Marketplace.
-
Or Install the Blazor templates on the command-line:
dotnet new -i Microsoft.AspNetCore.Blazor.Templates
You can find getting started instructions, docs, and tutorials for Blazor at https://blazor.net.
- Clone this repo.
- Open
BlazorConverters.sln
in Visual Studio. - Run the application
Note: For Currency Convertion, I have used CurrencyLayer API. You will need to sign up for free and get an API key. Add the key in ForexApiClient.cs file before you run.