A To-Do-List where you can add, delete new task and create as many list you want.
- Third party authentication with Google and Facebook.
- Go to the project folder and run
npm install
to install all the dependencies. - Now, start the server by running
nodemom app.js
. - Now open your browser and go to
http://localhost:5000
to test the project.