- A simple To-do App that do the following:
- Add todo.
- Remove todo.
- Mark todo.
- Clone repo.
- Write the following commands on terminal:
- git clone https://github.com/GSG-K3/To--do-app-react-R-K-.git
- cd To--do-app-react-R-K-/todo-app
- npm i
- npm start
- open localhost:3000 and the project will run.