Skip to content

Latest commit

 

History

History
29 lines (24 loc) · 860 Bytes

File metadata and controls

29 lines (24 loc) · 860 Bytes

Simple Todo App with MongoDB, Express.js and Node.js

The ToDo app uses the following technologies and javascript libraries:

  • MongoDB
  • Express.js
  • Node.js
  • express-handlebars
  • method-override
  • connect-flash
  • express-session
  • mongoose
  • bcryptjs
  • passport

What is this?

A simple todo app. Based on the tutorial session of Brad Traversy.

How can I try it?

Demo: https://secret-reef-33032.herokuapp.com

What are the features?

You can register with your email address, and you can create ToDo items. You can list ToDos, edit and delete them.

What are Future Plans for this Project?

  • Enhancing with ToDo item statuses such as new, in progress, completed, blocked
  • Sharing ToDo items with other users
  • Commenting ToDo items
  • Storing and managing history of ToDo items
This project is licensed under the MIT Open Source License