A simple Todo Web App made using Express
- Get NodeJs on your System.
- Clone this repository .
- Open in terminal/cmd
- Do npm install
- Go to Web Browser and hit https://localhost:8000
- You can add task (with priority ,due-date and category tags)
- All the Tasks are stored and fetched from MongoDB
- You can delete single/multiple tasks by selecting them via chekboxes
- Node Js
- Express
- MongoDB
- Bootstrap