In this project I built a web app that serves as a to-do list, the project has been uploaded to the world wide web with heroku and it can be Opened and used through the following link:
https://arcane-meadow-73231.herokuapp.com/
In the project I used the following technologies:
- Node.js
- Express.js
- Mongoose
- Ejs
- Body-parser
- Lodash
So if you want to run the project at your place, you will have to install the required modules using npm. In the 'app.js' file there is a detailed Explanation of every action I perform in the file. Hope you enjoy the project!