Skip to content

Latest commit

 

History

History
9 lines (8 loc) · 522 Bytes

README.md

File metadata and controls

9 lines (8 loc) · 522 Bytes

This is a todo list project which uses Laravel, Bootstrap, jQuery and AJAX.

Implemented features:

  • Creating, editing, deleting tasks and categories.
  • User registration and authentication. Only authenticated users can create/edit/delete tasks and categories.
  • Filter tasks by categories, show only current user's tasks or all tasks.
  • Email notification: when new task is created user receives notification email.
  • Task expiration with email notification sent a day before.
  • Queue for email notifications sending.