Skip to content

Construcuted with React, this application pulls in employee data from an API and maps each user to a row. Employees can be filtered by typing any portion of their name, phone, email, or birth year. Sorting by [A-Z] or [Z-A] can be performed on Name and Email, and by [0-9] or [9-0] Phone and DOB. Image is not a sortable item.

License

Notifications You must be signed in to change notification settings

calvinfreese/react-employee-directory

Repository files navigation

React-Employee-Directory

Table of Contents

Description

Construcuted with React, this application pulls in employee data from an API and maps each user to a row. Employees can be filtered by typing any portion of their name, phone, email, or birth year. Sorting by [A-Z] or [Z-A] can be performed on Name and Email, and by [0-9] or [9-0] Phone and DOB. Image is not a sortable item.

Click Here to view the GitHub Pages deployment.

Installation

Technologies Used

Steps

    • Start by entering the following in your terminal: Git clone https://github.com/whackingMUFN/react-employee-directory.git
    • Change directory to react-employee-directory and enter npm install into your terminal. This will install all package dependencies.
    • Add node_modules to .gitignore.
    • Start the application by running npm start

Screenshot

Main

Main

Filtered

Indexed

Credits

This assignment was provided by Trilogy Education Services. The application was created based on in class activities and lectures, MDN Reference Documents for JavaScript syntax, React Docs for JSX syntax and basic setup, and various other online resources.

License

License MIT © 2020 Calvin Freese

About

Construcuted with React, this application pulls in employee data from an API and maps each user to a row. Employees can be filtered by typing any portion of their name, phone, email, or birth year. Sorting by [A-Z] or [Z-A] can be performed on Name and Email, and by [0-9] or [9-0] Phone and DOB. Image is not a sortable item.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages