https://balayokesh.github.io/todo/
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