/19th-homework

Unit 19 HW: An employee directory using React, MongoDB, NodeJS, & Express

Primary LanguageJavaScript

Unit 19 React Homework: Employee Directory

Overview

This is a employee directory created with React. The application's UI is broken up into components, manages component state, and responds to user events.

app preview

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 will benefit greatly from being able to view non-sensitive data about other employees. It is 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 renders.

The user is able to:

  • Sort the table by at least one category

  • Filter the users by at least one property.

search by name

Links

This application's Github repository: https://github.com/SamSherrill/19th-homework