/blazor-converters

Blazor Converters - A simple converter app written using Blazor, influenced by Windows 10 Calculator

Primary LanguageC#MIT LicenseMIT

Blazor Converters

This repo showcases Blazor Converters Single Page Application. Blazor Converters is simple converter app written using Blazor, influenced by Windows 10 Calculator

Live Demo

Blazor Converters is hosted on Surge. You can find the demo here.

Screenshots

Splash Screen

Splash Screen

Currency Converter

Currency Converter

Volume Converter

Volume Converter

Length Converter

Length Converter

Temperature Converter

Temperature Converter

and many more ...

Get Blazor 0.7.0

To setup Blazor 0.7.0:

  1. Install .NET Core 2.1 SDK (2.1.500 or later).

  2. Install Visual Studio 2017 (15.9 or later) with the ASP.NET and web development workload selected.

  3. Install the latest Blazor Language Services extension from the Visual Studio Marketplace.

  4. 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.

Get Blazor Converters

  1. Clone this repo.
  2. Open BlazorConverters.sln in Visual Studio.
  3. 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.