Deployed Site Link - > https://new-react-employee-directory.herokuapp.com/
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.
- npm i in the terminal to install all dependencies
- npm start in the terminal to launch application
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.
Check out more projects on my Github at https://github.com/ReindeerCode
If you have any questions please feel free to email me at ReindeerCode@gmail.com
Collaborated with https://github.com/arensalmela
Following screen shot is of the home screen
Following screen shot is showing filter by male
Following screen shot is showing filter by male
Following screen shot is showing sort by first name