Todone is a streamlined, easy-to-use to do app that uses the Naive Bayes classifier to auto-categorize tasks. You can create a profile and submit, edit, delete, and re-categorize task. Each time you input a new task the app learns from the way you classify and if you need to re-classify it will remember your change for next time.
- Fork repository
- Install dependencies:
npm i - Run migrations:
npm run knex migrate:latest - Run the seed:
npm run knex seed:run - Run the server:
npm run local - Visit
http://localhost:8080/
- Node 5.10.x or above
- NPM 3.8.x or above
- Bayes
- Bcrypt
- Body Parser
- Cookie Parser
- Cookie Session
- Express
- Knex
- Moment
- Node-sass-middleware
- Nodemon
- Pg
