This React application is an Employee Management System that provides a user-friendly interface for administrators to manage employee-related data.
- List of Employees with following fields
- First name
- Last name
- Age
- Company
- Blood Group
- Phone Number
- Gender
- Search functionality for employees
- Sorting functionality for employees based on first name, last name, and age
- Filters to select employees based on gender and blood group.
- Pagination to show 15 employees per page
- Details button for each employee to show their details in a modal
- Shortlist button in the details modal to add the candidate to a list of shortlisted candidates
Install project with npm. To run this application, follow these steps:
Clone the repository:
git clone https://github.com/Pushpendra-Sharma/management-app.git
cd management-app
Install dependencies:
npm install
Start the application:
npm start