arpiii / todo-mvc-auth-local

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

About The Project

A full-stack app built with MVC Architecture and authentication. This is our rendition of a simple to-do app.

Built With

  • Node
  • Express
  • MongoDB

Features

  • 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.

Packages/Dependancies

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

App in Action

project example

Screenshot 2022-09-06 at 15 34 16 Screenshot 2022-09-06 at 15 36 19 Screenshot 2022-09-06 at 15 36 28

Contributors

Email Email Email Email Email

Optimizations

  • Search functionality that displays tasks for a particular date using an in-built date-picker interface.

About


Languages

Language:JavaScript 67.7%Language:EJS 18.4%Language:CSS 13.9%