Uplink036 / StardewCalculator

0 stars 0 forks source link

12 blazor #13

Closed Uplink036 closed 1 day ago

Uplink036 commented 2 days ago

Replaced ASP.net with Blazor. Mostly aimed to be an example, but honestly quite happy with it. Blazor is a bit odd, but not hard to learn and better than pure javascript. Really recommend following this to learn how to work with Blazor.

Added the string calculator to the webpage, because I wanted to see how hard it was, did not take more than 15 minutes, while learning. Note, wrong input will crash the backend(?).

Incidentally, if this is merged issue #2 will be solved.