Skip to content

This app uses React and serves as an employee directory. I broke up my application's UI into components, manage component state, and respond to user events.

Notifications You must be signed in to change notification settings

azu20/react-employee-directory

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 

Repository files navigation

Unit 19 React Homework: Employee Directory

https://github.com/azu20/react-employee-directory

Overview

This app uses React and serves as an employee directory. I broke up my 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 the users by at least one property.

About

This app uses React and serves as an employee directory. I broke up my application's UI into components, manage component state, and respond to user events.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published