Contributor Covenant

Employee Directory

Table of Contents

Project Description

When the page loads, a table renders containing a list of employees. Clicking on the "Employees" button (located in the header of the table) will filter the employees by their gender and clicking on the "Name" button (also located in the header of the table) will sort the employees alphabetically by their first name.

Installation

This application was made using React and requires no installation.

Usage

The application is located here: Employee Directory. Loading the webpage renders a table with randomly generated users obtained using the Random User Generator API. Clicking the "Employee" button will filter the employees by gender, and clicking on the "Name" button will sort the employees by their first name.

Tests

Tests can be conducted locally. First a user can run the following command in the same directory as the 'package.json' file in order to install the necessary packages:

npm i

The application can then be started by running the following command:

npm start

License

Licensed under the MIT License.

Contributions

This project is currently not accepting any contributions.

Questions

If you have any questions, please contact the project owner by clicking on the email listed below.

Screenshot

employee directory