Skip to content

Latest commit

 

History

History
20 lines (17 loc) · 538 Bytes

README.md

File metadata and controls

20 lines (17 loc) · 538 Bytes

TO Do List APP

  • A simple Todo Web App made using Express

How to use

  1. Get NodeJs on your System.
  2. Clone this repository.
  3. Open in terminal/cmd
  4. Do npm install
  5. Go to Web Browser and hit https://localhost:8001

Specifications

  1. You can add tasks (with priority, due_date, and category tags)
  2. All the Tasks are stored and fetched from MongoDB
  3. You can delete single/multiple tasks by selecting them via checkboxes.

Tools to develop this project

  1. Node Js
  2. Express
  3. EJS
  4. MongoDB