Skip to content

Latest commit

 

History

History
34 lines (22 loc) · 693 Bytes

README.md

File metadata and controls

34 lines (22 loc) · 693 Bytes

HitCount

TODO 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:8000

Specifications

  1. You can add task (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 chekboxes

Made using

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

Screenshots