Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.