Skip to content

Latest commit

 

History

History
12 lines (11 loc) · 381 Bytes

README.md

File metadata and controls

12 lines (11 loc) · 381 Bytes

Todolist

It is a todolist webapp with full functunality.

  • We can make our custom lists by just adding that path to the URL
  • We can add items and delete them

  • Tools Used:

  • EJS: For templating
  • MongoDB: Database to store the todo lists
  • Mongoose: Mongo with nodejs
  • Express: for backend
  • HTML,CSS: for Frontend