Skip to content

This is a To Do list application, where you can list your activities.

Notifications You must be signed in to change notification settings

SoumyaK2/To-Do-List

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

To-Do-List

This is a To Do list application, where you can list your activities.

First you have to download your node_modules using 'npm install', then add your username and password from your MongoDB Atlas account to your 'mongoose.connect' link and run app.js using node or nodemon.

Screenshot (123)

Screenshot (125)

You can create multiple custom list pages in this application.

All you have to do is write localhost/[Your page name] as the URL.

Ex : localhost/work

Screenshot (128)

localhost/home

Screenshot (129)

Connected with Dynamic DataBase

Since the application is connected to MongoDB Atlas, you can write whatever you want and return later, it will remain the same.

Screenshot (129)