This web app is created with React in a business context where an easy employee information lookup method is needed. Dummy employees are generated with randomuser API. This app allows user to quickly access to employee information including profile image, last name, first name, email and phone number. Some functionalities are implemented to boost lookup efficiency, such as sorting name, filtering title, searching name.
🔗 Link to deployed application
- For run the application locally run
npm install
command at working directory. - Then run
npm start
to launch the web app.
Lookup Employees at Ease
- Searching by name
- Sorting first name or last name in alphabetic order
- Filtering out employee titles
- React
- Bootstrap 4.5
- Font Awesome 5
- Randomuser API
This application is covered under the MIT license.
Questions are welcome to send to me via email regarding to this applicaton.