Skip to content

Latest commit

 

History

History
42 lines (33 loc) · 1.71 KB

README.md

File metadata and controls

42 lines (33 loc) · 1.71 KB

SMART To-Do List

SMART To-Do List is an autocategorizing, no hassle app with 4 categories, Movies/TV, Books, Restaurants and Products. Simply add a task and it will appear in the respective catergory. If it is in the wrong category, a simple drag and drop to the correct one will fix and save this issue.

This repository is the starter code for the project: Students will fork and clone this repository, then build upon it to practice their HTML, CSS, JS, jQuery and AJAX front-end skills, and their Node, Express and PSQL back-end skills.

Screenshots

Index page Register Modal Tasks page Add a task

Getting Started

  1. Fork this repository, then clone your fork of this repository.
  2. Install dependencies using the npm install command.
  3. Start the web server using the npm run local command. The app will be served at http://localhost:8080/.
  4. Go to http://localhost:8080/ in your browser.

Dependencies

  • Node 10.x or above
  • NPM 5.x or above
  • PG 6.x
  • bcrypt 3.0.7 or above
  • Bindings 1.5.0 or above
  • Body-parser 1.19.0 or above
  • Bootstrap 4.4.1 or above
  • Chalk 2.4.2 or above
  • Cookie-session 1.4.0 or above
  • Dotenv 2.0.0 or above
  • Ejs 2.6.2 or above
  • Express 4.17.1 or above
  • Jquery 3.4.1 or above
  • Jsdom 16.0.0 or above
  • Morgan 1.9.1 or above
  • Node-sass-middleware 0.11.0 or above
  • Pg-native 3.0.0 or above
  • Request-promise-native 1.0.8 or above
  • Walk-object 4.0.0 or above