Employee Management System (EMS) is a web-based application designed to efficiently manage employee records and roles. Built using React.js, this project helps organizations keep track of employees with a seamless user interface.
- Frontend: React.js, Vite, Tailwind CSS
- State Management: Context API
- Storage: LocalStorage (for handling user data persistency)
Below are the default login credentials to access the application:
- Email: [email protected]
- Password: 123
-
Employee 1:
- Email: [email protected]
- Password: 123
-
Employee 2:
- Email: [email protected]
- Password: 123
-
Employee 3:
- Email: [email protected]
- Password: 123
and so on....
- Clone the repository:
git clone https://github.com/Sarika2003/EMS.git
- Navigate to the project directory:
cd EMS
- Install dependencies:
npm install
- Start the development server:
npm run dev