This project is a To do list, where you can add and delete your chores. With a post-it like interface it's a pretty way to remember what you need to do during the day.
This project uses React for the Client-Side, and Bootstrap and CSS for styling. An API connection was implemented.
If you want to run the project on Gitpod your will have to run the following on your command line:
$ npm install
$ npm run start
- Add tasks with an automatic display
- Delete task by hovering over it and presing the trash bin icon
- Delete all the tasks
- Counter of missing tasks