Skip to content

This React application of an employee directory allows a user to filter employees by last name/email or search using first name.

Notifications You must be signed in to change notification settings

nfinnegan/user_directory

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Employee Directory | React

License: MIT GitHub language count GitHub top language

Description

The Employee Directory is a React based application. Making a call to the Random User API (resource below), I used an NPM package to display the results in a table format. A user is able to search listed employees by first name or sort by last name/email. This application helped me further understand components, component sate, and 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.

Business Context

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.

Acceptance Criteria

Given a table of random users generated from the Random User API, when the user loads the page, a table of employees should render.

The user should be able to:

  • Sort the table by at least one category

  • Filter the users by at least one property.

Technologies Used

  • React
  • JavaScript
  • Bootstrap
  • React-data-table-component (NPM package)

Preview

Employee_directory_gif

Deployed Application

Check out the deployed application here:

License

Copyright (c) Natalie Finnegan All rights reserved.

Licensed under the MIT License

Copyright (c) 2021 - present | Natalie Finnegan

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

About

This React application of an employee directory allows a user to filter employees by last name/email or search using first name.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published