Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/stephmarie17/react-employee-directory
A searchable directory of employees built in React
https://github.com/stephmarie17/react-employee-directory
Last synced: 26 days ago
JSON representation
A searchable directory of employees built in React
- Host: GitHub
- URL: https://github.com/stephmarie17/react-employee-directory
- Owner: stephmarie17
- Created: 2020-02-18T17:42:20.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-05T07:38:50.000Z (almost 2 years ago)
- Last Synced: 2024-10-22T01:45:49.334Z (2 months ago)
- Language: JavaScript
- Size: 4.61 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 21
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app).
## Employee Directory
An employee directory built with React.### Description
This single-page application renders a JSON file of employees and allows the user to search by first or last name and sort the employees by last name.### Installation
Visit the deployed site to test: [Employee Directory](https://stephmarie17.github.io/react-employee-directory/)To view code, fork and clone the repo to your machine.
Run yarn install to install all dependencies.
Run yarn start to run local server in development mode.
### Usage
Use the search field to search. Results will automatically render based on the value of the input field.Employee records default to being sorted by their id in the JSON file. Click the up arrow to sort A-Z by last name, click the down arrow to sort Z-A by last name.