๐งโ๐ผ Employee Management System
A simple and elegant employee task tracking system built with React. It features login authentication, task breakdowns for employees, and separate dashboards for admins and employees.
โจ Features
- ๐ Login System for Admin and Employees
- ๐งพ Task Summary per Employee
- ๐งโ๐ผ Admin Dashboard to view all employees and task stats
- ๐ค Employee Dashboard to view individual tasks
- ๐พ Local Storage based persistence
- ๐จ Modern UI with Tailwind CSS
๐ ๏ธ Tech Stack
- React
- Tailwind CSS
- Context API for global state
- LocalStorage for data persistence
๐ Getting Started
1. Clone the Repo
git clone https://github.com/mazode/reactjs-ems.git
cd reactjs-ems
2. Install Dependencies
npm install
3. Start the Server
npm start
๐ Login Credentials