The Employee Management System (EMS) is a web application designed to manage employee data, tasks, and performance. Built using React and Vite, this application provides a user-friendly interface for both employees and administrators to manage tasks efficiently.
- User Authentication: Secure login for employees and admin users.
- Task Management: Create, update, and track tasks assigned to employees.
- Performance Tracking: Monitor task completion status, including active, completed, new, and failed tasks.
- Responsive Design: Fully responsive layout for optimal viewing on various devices.
- Local Storage: Utilizes local storage to save employee and task data for offline access.
- Frontend: React
- Build Tool: Vite
- Styling: Tailwind CSS
- State Management: React's built-in state management
- Node.js (version 14 or later)
- npm (Node Package Manager)
- Clone the repository:
git clone https://github.com/yourusername/ems.git cd ems