Skip to content

rent-a-developer/examples-BlazorTodoMVC

Repository files navigation

BlazorTodoMVC

An implementation of the TodoMVC app using Blazor WebAssembly.

Features

  • Todo items are stored in the local storage of the browser.
  • The app is completely localized. Available translations: English and German.

Requirements

  • .NET Framework 5.0

How to build

  • 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

About

An implementation of the TodoMVC app using Blazor WebAssembly

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published