Your Web News in One Place

Help Webnuz

Referal links:

Sign up for GreenGeeks web hosting
January 12, 2022 03:35 pm GMT

ToDo List Using NodeJS, MongoDB

Overview of My Submission

A simple To-do List web application which allows you to keep a list of your day-to-day. You can also create custom lists by adding /ListName to the URL.

Application is built using NodeJS and Express framework. The persistent data is stored in a MongoDB Database hosted on MongoDB Atlas.

Try it out!

Submission Category:

Choose Your Own Adventure

Link to Code

GitHub logo adinarad / Todo-List-NodeJS

A ToDo List Application built with Node.js and Express. You can create new lists by adding /ListName to the URL.

Todo List using NodeJS

A ToDo List Application built with Node.js and Express. You can create new lists by adding /ListName to the URL.

Technologies Used

  • Frontend: HTML, CSS, JavaScript and EJS for templating.
  • Backend: Node.js with Express Framework
  • Database: MongoDB (hosted on MongoDB Atlas)



Additional Resources / Info

Default List
Default List

Custom List
Custom List


Original Link: https://dev.to/adinarad/todo-list-using-nodejs-mongodb-2l0l

Share this article:    Share on Facebook
View Full Article

Dev To

An online community for sharing and discovering great ideas, having debates, and making friends

More About this Source Visit Dev To