This template provides a minimal setup to get the project working in your environment
> Use git to clone the GitHub repository:
git clone https://github.com/bchavs12/rocket-todo.git
> Use NPM to install the project after cloned it
npm install || npm -i
> Use NPM to start the project after installed it
npm run dev
- Input text need to have more then 5 words or number to be add to the list
- Check your tasks when you have completed them
- Delete your tasks when you have completed them.
- Delete your tasks when you don't needed them anymore.
- Keep track of how many tasks you have on your to-do list
- Keep track of how many tasks had you completed.