TO-DO List is web app that autocategorize user's task into different categories using an embedded Wolfram API. This app uses JQuery, EJS, CSS, SASS and AJAX in the front-end and Node, SQL, Express in the back-end.
- Fork this repository, then clone your fork of this repository.
- Install dependencies using the
npm install
command. - Start the web server using the
npm run local
command. The app will be served at http://localhost:8080/. - Go to http://localhost:8080/ in your browser.
- Ajax
- Bcryptjs
- Body-parser
- Cookie-session
- Dotenv
- Express
- EJS
- Knex
- Knex-logger
- Method-Override
- Moment
- Morgan
- Node 5.10.x or above
- Node-Sass-Middleware
- Nodemon
- PG
- Request