This project was build using React.js and styled using Bootstrap. The application pulls information from a api which provides dummy account information about users which I represent as employees. These employees are displayed on the site and can be search by name or email. When typing in the search bar, the employees who match the name or email input will be the only ones showing on the page. Now the user who is trying to search for an employees information can find it with ease!
You can see the application in action at https://employee-list01.herokuapp.com/
In the project directory, you can run:
Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.
The page will reload if you make edits.
You will also see any lint errors in the console.
Once application is installed, go to localhost:3000 and then you will see a list of 'employees' populated. Type a name or email in the search bar to find that person.
Michael Emmons