Skip to content

Latest commit

 

History

History
7 lines (7 loc) · 545 Bytes

README.md

File metadata and controls

7 lines (7 loc) · 545 Bytes

Task Management

Frontend Deploy Url: https://taskmanagement-123.netlify.app/login
Backend Source Code: https://github.com/spragul/taskManagement-backend
Backend deploy Url: https://taskmanagement-alr0.onrender.com/

Users can create tasks and input details such as the start date, end date, and task description. Based on the task's end date, the app will automatically send email reminders one day prior and one hour before the deadline. If the task is completed before the end date, no emails will be sent.