/TODO

Simple React Todo App with fully client side authentication

Primary LanguageJavaScript

TODO standalone app developed in ReactJs using localstorage features. open project directory

open cmd and type this commands

$ npm install

$ npm start

start app via https://localhost:3000/

Workflow Explination:

Starting page (After login):

alt text

Adding new Task:

alt text

First task added:(you can update/delete or mark as done)

alt text

Adding another task:

alt text

alt text

alt text

alt text

Filter tasks by substirng match:

alt text

Edit Task#2:

alt text

alt text

After delete Task#3:

alt text

After click toggle complete tasks button:

alt text