Skip to content

Latest commit

 

History

History
47 lines (28 loc) · 1.12 KB

README.md

File metadata and controls

47 lines (28 loc) · 1.12 KB

Employee Directory

Employee Directory Homepage

🔗 Go lookup some employees!

A sortable and filterable employee directory.

Filters include:

  • Filter by name
  • Filter by title

Sorting includes:

  • Sort by first name
  • Sort by last name

Filtered Employees Sorted Employees

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

Purpose

For managers who need quick access to other employee's contact information.

Local Installation

  1. Run npm install before using the application locally.
  2. To run the application, run npm start.

Built with

License

This project is licensed under the MIT License.