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
A simple todo app. Based on the tutorial session of Brad Traversy.
Demo: https://secret-reef-33032.herokuapp.com
You can register with your email address, and you can create ToDo items. You can list ToDos, edit and delete them.
- 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