Skip to content

Latest commit

 

History

History
24 lines (19 loc) · 413 Bytes

README.md

File metadata and controls

24 lines (19 loc) · 413 Bytes

TODO

Website:

https://balayokesh.github.io/todo/

To run this project locally:

Step 1:
Clone this project to your local machine

git clone https://github.com/balayokesh/todo.git

Step 2:
Change directory to the project folder

cd todo

Step 3:
Install required npm packages and run the project at port 3000

npm i && npm start