An open API service indexing awesome lists of open source software.

https://github.com/timothyjan/blazor-todolist

Todo list Blazor Web App to modify Razor components, use event handling/databinding, and use routing in a Blazor app.
https://github.com/timothyjan/blazor-todolist

Last synced: about 1 year ago
JSON representation

Todo list Blazor Web App to modify Razor components, use event handling/databinding, and use routing in a Blazor app.

Awesome Lists containing this project

README

          

# Blazor-ToDoList
Todo list Blazor Web App to modify Razor components, use event handling/databinding, and use routing in a Blazor app.

Add a new Razor component to the app


  • change directory to the folder and enter the following command into the terminal

  • ~dotnet new razorcomponent -n Todo -o Components/Pages


  • -n|--name specifies the name of the new Razor component.


  • -o|--output specifies the new component is created in the project's folder.