Skip to content

Latest commit

 

History

History
77 lines (42 loc) · 2.2 KB

README.md

File metadata and controls

77 lines (42 loc) · 2.2 KB

Project: React: Employee Directory

Deployed Site Link - > https://new-react-employee-directory.herokuapp.com/

Table of Contents:

License:

License:MIT

Description:

Problem Statement -

  • 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.

  • Create an employee directory with React. This 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.

Installation Instructions:

  1. npm i in the terminal to install all dependencies
  2. npm start in the terminal to launch application

Usage Instructions:

To filter click one of the buttons: Green filters by Males, Purple filters by Females, and Blue resets to the full list.

To sort click any header text to sort the entire table by that column alphabetically.

Github:

Check out more projects on my Github at https://github.com/ReindeerCode

My Email Address:

If you have any questions please feel free to email me at ReindeerCode@gmail.com

Other Contributors:

Collaborated with https://github.com/arensalmela

Images:

Following screen shot is of the home screen

Project Screenshot

Following screen shot is showing filter by male

Project Screenshot

Following screen shot is showing filter by male

Project Screenshot

Following screen shot is showing sort by first name

Project Screenshot