https://github.com/madhura-punde/task-manager-app
MERN stack project
https://github.com/madhura-punde/task-manager-app
Last synced: 3 months ago
JSON representation
MERN stack project
- Host: GitHub
- URL: https://github.com/madhura-punde/task-manager-app
- Owner: madhura-punde
- Created: 2025-03-08T16:13:07.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2025-03-08T16:20:29.000Z (3 months ago)
- Last Synced: 2025-03-08T17:24:15.848Z (3 months ago)
- Language: JavaScript
- Size: 21.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Task-Manager-App
MERN stack project
1. JWT-based Login/Signup.
2. Users can Create, Read, Update, and Delete tasks.
3. Task Status Management
• Tasks can have the following statuses:
i. Pending.
ii. In Progress.
iii. Completed.
4. User Role Management
• Admin: Can see all tasks.
• User: Can manage only their own tasks.
5. Responsive UI
• Mobile & Desktop compatibility.
6. API Documentation
• Provide a Postman Collection for easy testing.Login/SignIn
![]()
![]()
User Dashboard![]()
Admin Dashboard![]()