A simple and efficient Task Manager web application that helps users organize and track their tasks effectively.
- Add, edit, and delete tasks
- Mark tasks as completed or pending
- Register or log in to start managing your tasks.
- Add new tasks.
- Edit or delete tasks as needed.
- Mark tasks status as completed green or pending yellow.
- Mark tasks priority as low , medium, and high .
- As a user, I want to add tasks easily to keep track of my work.
- As a user, I want to mark tasks status as completed green , and pending yellow.
- As a user, I want to set task priorities (low, medium, high) so that I can focus on important tasks first.
- As a user, I want to set a deadline for a task so that I can complete it on time.
- HTML
- CSS
- JavaScript
- Node.js
- Express
- MongoDB
You can access the live application here: ★ Task Manager Live
- Add a community so that if a group has a project, tasks are divided and each member of the group can edit, delete and add a comment.
- Implement task reminders and notifications.
- Enhance UI with animations and better design.
- Add a calendar view for task scheduling.