A simple React-based task management system with Admin and Employee roles.
Admins can create and assign tasks, while employees can view and manage their tasks through a clean dashboard interface.
- Login as Admin
- Create and assign tasks to employees
- View all employees and their task details
- New Tasks
- Active Tasks
- Completed Tasks
- Failed Tasks
- Login as Employee
- View personal dashboard
- View assigned tasks and task statistics
- Role-based login (Admin / Employee)
- Session handling using Local Storage
- React.js
- Context API (State Management)
- Local Storage (Session persistence)
git clone https://github.com/tanujgupta18/Employee-Management-Systemnpm installnpm run dev