React Employees

Project information

Details

This application displays information about employees at a company. The information is retrieved from the database using Axios and then displayed in a table. Currently a third party API is used to provide employee data, however this can be substituted another database in real application. Employee name, phone number, email, date of birth, and location are all shown, along with a picture. A search function also exists that allows the user to narrow down their results. The front end was built with React and Bootstrap. Dependencies used include Axios, React-scripts, and React-dom