Making lists is a smart way to keep your thoughts in order, but what if there was an app that could auto-categorize the input in different sections?
This smart ToDo adds the entered item to one of the 4 categories: To Read, To Buy, To Watch, To Eat. If the program does not get the category correct, users have the option to drag and drop into the desired list.
To-dos can be completed and/or deleted. Once completed, the user can see them in the complete section of each category card.
- Install dependencies:
npm i
- Reset database:
npm run db:reset
- Run the server:
npm run local
- Visit
http://localhost:8080/
Landing Page
Opened Category Card
Adding a new ToDo
Marking a ToDo completed and checking out the completed list
- Node 10.x or above
- NPM 5.x or above
- PG 6.x