- 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:8001
- You can add tasks (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 checkboxes.
- Node Js
- Express
- EJS
- MongoDB