Skip to content

A to do list with dynamic routing. User can enter the list name in URL and a new list would be created.

Notifications You must be signed in to change notification settings

saketbyte/toDoList

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

toDoList

The app is based on Express JS, CSS HTML and uses a node server.

For backend the app uses MongoDB Atlas service.

ToDoList is hosted here.

functionalities implemented:

  • New item addition
  • Checkmark and removes the specific item.
  • Create a new to do list by just adding the name of your list in the URL.
  • Dynamic routing.

Installation:

  • Download the zip
  • Install nodeJs server.
  • Create an account on MongoDB Atlas
  • Create a database and collection, replace the link with yours.
  • Run the app's current directory on nodejs using in the git bash terminal or WSL.
  • Visit the localhost:3000 address on your browser.

About

A to do list with dynamic routing. User can enter the list name in URL and a new list would be created.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published