/Employee-DireActory

An employee directory created using React

Primary LanguageJavaScriptMIT LicenseMIT

Employee DireActory

Description

This application loads a company employee directory as a table. The user is able to type in the search bar and lookup an employee and sort the contents of the table in ascending or descending order.

URL to application

https://arnette110.github.io/Employee-DireActory/

Instructions

When the user loads the page, they are presented with a table containing the entire company directory. They are then able to search for an employee by User-ID, First Name, Last Name, Email, Phone Number or Department.

  • Start typing in the search bar just above the table and the table contents will change in real time to reflect any matches

The user can also sort the tables contents by column in ascending or descending order.

  • Click the up/down button for the column you would like to sort the table by.

Screenshots

image

Built With

  • React
  • Bulma
  • HTML/CSS/JavaScript

License

This project is licensed under the MIT License - see the LICENSE.md file for details

This project was bootstrapped with Create React App.