melvin78 / OnlineCalculator

An online calculator built using C# blazor server architecture

Home Page:https://calculator.webmelvin.me

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Demo

Check out here

Calculator App

A c# calculator built using blazor server side architecture. Arithmetic expression are first parsed as strings then passed to regex functions which then compute the calculations and then returns the results. Answers are immediately returned without the need of hitting the equal button with the help of blazor's two way binding and In-Memory State Management.

ScreenShots

Main Page:

here

Installation:

# Ensure you are in the project's root directory

# Restore Packages
$ dotnet restore

# Start Blazor Server
$ dotnet run

#Start Blazor Server With Hot Reload

$dotnet watch

About

An online calculator built using C# blazor server architecture

https://calculator.webmelvin.me


Languages

Language:HTML 53.4%Language:C# 44.5%Language:Dockerfile 2.2%