A simple employee directory application build using React. This app allows a user to sort through, and search through employees by name, age, or other contact details. All employees generated by this application are random, but this can be adapted towards an existing database.
To install Employee Directory:
- Copy this repo to your local machine
- Open a terminal window and navigate to the local directory.
- Run
npm install
- React
- Open a terminal window and navigate to the application directory.
- Run npm start
- A web browser window should open automatically - if it doesn't, you can open a web browser and navigate to https://localhost:3000.
Alternatively, you can use this app at the deployed location here.
As a user, I want to search for an employee easily. I also want to be able to sort through the employees across different contact details to make them easier to find.
- Run
npm start
to start the application. - Enter a name to filter employees, or click carrots to sort the data under the relevant headings (e.g: name, phone, e.t.c.).
- No included tests for this application.
The application before manipulation - initial load
Adding filter options through the search bar
- Submit questions to my contact details below.
- App is hosted on Github Pages.
- Contact me with any questions on my email: agre.fun21@gmail.com or silver.grech@gmail.com
- Initial front end files to develop by Trilogy Education Services
- André Grech - 18/01/2021
- © 2019 Trilogy Education Services, a 2U, Inc. brand. All Rights Reserved.