Skip to content

Latest commit

 

History

History
59 lines (37 loc) · 2.2 KB

README.md

File metadata and controls

59 lines (37 loc) · 2.2 KB

Employee Directory

License: MIT

Table of Contents

Description

The motivation for this project was the desire to create a single page application using React. This application uses React components in order to break up the applications functionality and UI. This application also manages state and responds to user events.

The purpose of this application is to be able to view an employee directory in a table, and then be able to sort that directory by a specific column, and also filter by an employee's first name.

Installation

No prior installation is required to use this application. The deployed link for the application is provided below.

Deployed-Link

Employee Directory

Technologies-Used

Usage

  1. Upon loading the application you will be presented with 50 employees.
  2. You can click on each column header in order to sort employees by first name, last name, email, login, or phone number.
  3. You can also filter employees by first name.
    • Enter the employee's first name or part of their first name in the search field and click the 'Filter' button.
  4. You can also sort employees and filter by first name at the same time.

Images

Screenshot of application

Application screenshot

Questions/Contributions

If you have any questions or if you would like to contribute to this project you can reach me at martin7mondaca@gmail.com or via my GitHub martinmondaca

License

Licensed under MIT license.