A full-stack app built with MVC Architecture and authentication. This is our rendition of a simple to-do app.
- Users can login with their email account and view their home page with a personalised greeting.
- Users can view their tasks, mark them as complete and delete them.
- New tasks can be added along with their due dates.
- Tasks are sorted in order
- Automatic email reminder 5 days before tasks are due.
- Search functionality that displays tasks for a particular date using an in-built date-picker interface.
bcrypt, connect-mongo, dotenv, ejs, express, express-flash, express-session, mongodb, mongoose, morgan, nodemon, passport, passport-local, validator
- Search functionality that displays tasks for a particular date using an in-built date-picker interface.