An open API service indexing awesome lists of open source software.

https://github.com/bytesbybianca/group-mvc-app


https://github.com/bytesbybianca/group-mvc-app

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# To-Do List Application

Full-stack To-Do List application with MVC architechture and authentication.

---

# Features

- Personal account using passport authentication.
- Task priority assignments.
- The current status of tasks, 'complete' or 'incomplete'.
- Record of the date each task was added to the list.
- The date a task was completed.
- Delete option if a tasks is no longer needed.
- Filtering for each of the above items.

# Packages/Dependencies

bcrypt, connect-mongo, dotenv, ejs, express, express-flash, express-session, mongodb, mongoose, morgan, nodemon, passport, passport-local, validator

# Optimizations

- Due dates
- Task categories