Skip to content

A smart, auto-categorizing todo list app. The user simply has to add the name of the thing, and it gets put into the correct list.

Notifications You must be signed in to change notification settings

mafe-rnanda/smartToDo

 
 

Repository files navigation

Smart ToDo

Project Description

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.

Getting Started

  1. Install dependencies: npm i
  2. Reset database: npm run db:reset
  3. Run the server: npm run local
  4. Visit http://localhost:8080/

Screenshots

'Landing Page' Landing Page 'Opened Category Card' Opened Category Card 'Add a new ToDo' Adding a new ToDo 'Complete ToDo' Marking a ToDo completed and checking out the completed list

Dependencies

  • Node 10.x or above
  • NPM 5.x or above
  • PG 6.x

About

A smart, auto-categorizing todo list app. The user simply has to add the name of the thing, and it gets put into the correct list.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • JavaScript 48.2%
  • HTML 21.1%
  • CSS 18.1%
  • SCSS 12.2%
  • Shell 0.4%