#To Do List App:
It is a web application to make a list of your task.
The deplyed app link: https://to-do-list-d.herokuapp.com/
The app is made using Node js, Express framework and MongoDB.
To run this app locally:-
1.clone the repo to your PC.
2.install the required module to the todolist-app directory
$ npm install 3.run the app
$ node app.js4.You will be required to give your credential to the MongoDB server or setup a local mongoDB connection: