An implementation of the TodoMVC app using Blazor WebAssembly.
- Todo items are stored in the local storage of the browser.
- The app is completely localized. Available translations: English and German.
- .NET Framework 5.0
- Download the code or clone this repository.
- Open a command prompt in the root directory.
- Execute the following command:
dotnet watch run --project BlazorTodoMvc.Server
- Open a browser and go to http://localhost:5000