Skip to content

melvin78/ToDoApp

Repository files navigation

Demo

Check out here

To Do App

This is a to do app created without writing a single line of Javascript code. With the introduction of web assembly its now possible to use programming languages like C#, C++,Rust to write code that will run directly in the browser. This project uses, blazor an extension to the well known .NET Developer platform and fluxor for state management. This is very much similar to react's redux but has been tailored to work with blazor.

ScreenShots

Main Page:

here

My Days' Tasks:

here

Important Tasks:

here

Completed Tasks:

here

Installation:

# Start Dev Server
# Ensure you are in the project's root directory
$ dotnet run