A React.js and TailwindCSS-based Employee Management System with LocalStorage for data storage. The system includes Admin and Employee roles, where admins can assign tasks, and employees can update their task status and provide feedback.
- Role-Based Access: Admins can manage tasks, while employees can view and update them.
- Task Assignment: Admins can assign tasks to employees.
- Task Status Update: Employees can mark tasks as Completed or Not Completed.
- Feedback System: Employees can provide feedback on assigned tasks.
- LocalStorage Support: Persistent storage without a backend.
- Frontend: React.js, TailwindCSS
- Storage: LocalStorage
- Clone the repository:
git clone https://github.com/Darkeye27/Employee-Management-System.git cd Employee-Management-System - Install dependencies:
npm install- Run the project:
npm start- Open http://localhost:3000/ in your browser.
-
Add authentication for secure login.
-
Implement a backend with a database for better data management.
-
Improve UI/UX with animations and additional features.
This project is open-source and free to use.