This project is an Employee Management System built with React and Vite. It features a login system for both admin and employee roles, with different dashboards for each. Admins can create tasks and assign them to employees, while employees can view and manage their tasks.
- Admin Dashboard: Admins can create tasks and assign them to employees.
- Employee Dashboard: Employees can view and manage their tasks.
- Authentication: Login system for both admin and employee roles.
- State Management: Uses React Context for state management.
- Persistent Storage: Uses local storage to persist user data.
- Styling: Tailwind CSS is used for styling.
- Code Quality: ESLint is configured for code quality.
Currently, two official plugins are available:
- @vitejs/plugin-react uses Babel for Fast Refresh
- @vitejs/plugin-react-swc uses SWC for Fast Refresh