Calculator
The first application I created that was initially served as a static website serving only the WASM app.
The idea was to see what UI could be accomplished using C#.
The calculator itself is very simple, permitting integer operations using some inheritance to allow the operation pool to be extended in the future
View on Github