https://github.com/bytesbybianca/group-mvc-app
https://github.com/bytesbybianca/group-mvc-app
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/bytesbybianca/group-mvc-app
- Owner: bytesbybianca
- Created: 2022-09-02T00:09:36.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-09-08T00:16:25.000Z (over 3 years ago)
- Last Synced: 2025-01-17T07:44:18.339Z (over 1 year ago)
- Language: EJS
- Size: 3.63 MB
- Stars: 0
- Watchers: 1
- Forks: 2
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
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