An employee searching application where user can search an employee with name, email, team name and also on the basis of various filters such as Project Assigned, Job Type.
- Search employee on the basis of name, email, team name
- Various filters can be applied on the basis of Project Assigned, Job Type
- It has a approx of 1000 employee on the database
- Pagination is implemented for better loading of data
- Practices like debouncing is used in order to increase the efficiency of employee search and filters
- Frontend: React.js
- Backend: Node.js, Express,js
- Database: MongoDB