A sortable and filterable employee directory.
Filters include:
- Filter by name
- Filter by title
Sorting includes:
- Sort by first name
- Sort by last name
Employee information is generated by the Random User API.
A user story and acceptance criteria were provided for this assignment. The goal was to create a React application that:
- Splits the UI into different components
- Manages state
- Responds to user events
For managers who need quick access to other employee's contact information.
- Run
npm install
before using the application locally. - To run the application, run
npm start
.
This project is licensed under the MIT License.