Skip to content

bGineesh/To-Do-List_MP-1

Repository files navigation

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