Skip to content

russkyc/blazor-tasker

Repository files navigation

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 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.