jiahuithegrey / hw19-react-employee-directory

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

React Employee Directory

This is an employee directory with React. This assignment will require you to break up your application's UI into components, manage component state, and respond to user events.

User Story

  • As a user, I want to be able to view my entire employee directory at once so that I have quick access to their information.

Business Context

An employee or manager would benefit greatly from being able to view non-sensitive data about other employees. It would be particularly helpful to be able to filter employees by name.

Acceptance Criteria

Given a table of random users, when the user loads the page, a table of employees should render.

The user should be able to:

  • Sort the table by at least one category
  • filter employees by name.
  • Filter the users by at least one property.

Submission on BCS

You are required to submit the following:

  • the URL to the deployed application

  • the URL to the Github repository

About


Languages

Language:JavaScript 90.9%Language:HTML 4.8%Language:CSS 4.4%