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.
- Host: GitHub
- URL: https://github.com/timothyjan/blazor-todolist
- Owner: TimothyJan
- Created: 2024-08-08T00:05:21.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-13T00:09:48.000Z (almost 2 years ago)
- Last Synced: 2025-01-31T06:08:17.409Z (over 1 year ago)
- Language: CSS
- Size: 410 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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|--namespecifies the name of the new Razor component. -
-o|--outputspecifies the new component is created in the project's folder.