A modern, responsive employee directory application built with React and Vite. This application allows users to view, search, and manage employee information in an intuitive interface.
- Employee Listing: View all employees in a clean, organized layout
- Search Functionality: Search employees by name, department, or position
- Responsive Design: Works seamlessly on desktop, tablet, and mobile devices
- Fast Performance: Built with Vite for lightning-fast development and build times
-
Clone the repository
git clone https://github.com/akaash1024/empDirectory.git cd empDirectory -
Install dependencies
npm install
-
Start the development server
npm run dev
-
Open your browser Navigate to
http://localhost:5173to view the application
empDirectory/
├── public/
│ └── vite.svg
├── src/
│ ├── components/
│ │ ├── EmployeeCard/
│ │ ├── EmployeeList/
│ │ ├── SearchBar/
│ │ └── Header/
│ ├── data/
│ │ └── employees.js
│ ├── index.css
│ ├── App.jsx
│ └── main.jsx
├── index.html
├── package.json
├── vite.config.js
└── README.md
- Viewing Employees: The main page displays all employees in a card-based layout
- Searching: Use the search bar to find specific employees by name, department, or position
- Sorting: Click on column headers to sort employees by different criteria
- Filtering: Use filter options to narrow down the employee list
Feel free to suggest improvements or report issues in this project. Thank you for reviewing!