This is a todos-list website made using reactjs. Here users can add todos with title and description. Users can also edit and delete a prticular todo and can also mark a todo as done. Each todo item displays the date and time at which it was created or edited (if edited).
https://srbmaury.github.io/Todos-list
Example: Clone down this repository. You will need node and npm installed globally on your machine.
Installation:
npm install
To Start Server:
npm start
To Visit App:
localhost:3000/Todos-list