Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/russkyc/blazor-tasker
A simple todo app made with blazor webassembly
https://github.com/russkyc/blazor-tasker
blazor todo todoapp wasm webapp webassembly
Last synced: about 2 months ago
JSON representation
A simple todo app made with blazor webassembly
- Host: GitHub
- URL: https://github.com/russkyc/blazor-tasker
- Owner: russkyc
- License: mit
- Created: 2023-10-05T07:28:29.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-10-06T15:44:37.000Z (over 1 year ago)
- Last Synced: 2023-10-06T16:35:11.137Z (over 1 year ago)
- Topics: blazor, todo, todoapp, wasm, webapp, webassembly
- Language: HTML
- Homepage: https://blazor-tasker.netlify.app/
- Size: 81.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Blazor Tasker - A Simple Blazor Webassembly Todo App
Blazor Tasker is a basic todo application to test the blazor wasm spa model.
It does everything a simple task management app does, creating, completing,
and removing tasks. And does so with style, using a minimalist, and clean
user interface.Want to try it out?
If you just want to try it anywhere without setting up the project,
you can visit the live deployment at [Blazor Tasker on Netlify](https://blazor-tasker.netlify.app/) and try it out to your hearts desire!
But if you want to run it locally, you can fork the repo and use `dotnet run` or open
and run it using your favorite IDE.