This is a todo app with the below feaures
- an input field to add an item
- List of all items added
- Checkbox on each item used to mark complete
- Completed items look different
- YAn item can be removed
What to know.
- Use only CSS, no other CSS frameworks
Requirements
If you are on windows you might also like to get the chocolate package manager
Follow the steps below, use git bash if you are on windows and terminal on other platforms
clone the repo
git clone https://github.com/BongoHive/reponame.git my-todo-app
reponame
in the above link ☝🏾 with the name of this repo
cd my-todo-app
restore packages
npm install
start the dev server
npm start
this will also open it in your default browser
And get hacking .... 😀🚀
Note: Feel freee to contribute. If you have any problem, create an issue in this repository explaining the problem