This Keeper-App project is a Website where users can store task and todos. There is option to add and delete task.
Have a look at the Images:
Let's look at the requirements and simple steps to use it.
- VS Code in your local machine.
- node(React) should be installed.
- Clone it to your local machine.
- Open CLI and change the directory where you have stored the project.
- In CLI type:
npm i
(as I have already put all the required dependencies).
- Type:
npm start
Here you GO!!