Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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.