DEV Community

Cover image for ToDo List Using NodeJS, MongoDB
Aditya Narad
Aditya Narad

Posted on

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

Latest comments (0)