Skip to content

srbmaury/Todos-list

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

About Project

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

Deploy

https://srbmaury.github.io/Todos-list

Installation and Setup Instructions

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