Skip to content

A useful tool for both employees and managers that enables both to quickly access information regarding coworkers.

Notifications You must be signed in to change notification settings

tfletch3018/the-employee-directory

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

The Employee Directory

Description

Provide a short description explaining the what, why, and how of your project. Use the following questions as a guide:

  • The task was to create an employee directory utilizing React.
  • This needed to be accomplished by first separating the application UI into components, then managing the componet while responding to user events
  • The employee directory is a useful tool for both employees and managers that enables both to quickly access information regarding coworkers
  • There was much more exposure to React with this project. An open-source, front-end, Java Script Library maintained by Facebook and a community of developers, React is distinguished by its unique focus on state management and rendering that state to the DOM. As a reuslt, the majority of React applications typically require the utilization of additional libraries to manage routing, as well as certain client-side functionality. Axios, React-Dom and React-Router-Dom are few of the libraries incorporated in this specific application that I was less familiar with and learned more about from this exercise.

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.

Installation

•Open up your terminal of choice
•Visit this repo at Github/ select clone repo/ copy to clipboard
•git clone paste clipboard
•cd into the new repo
•installation completed!

Usage

License

MIT License

Copyright (c) [2021] [Tonya Fletcher]

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.

Badges

License: MIT

Features

My repo

Deployed on Github-Pages

Watch the demo!

About

A useful tool for both employees and managers that enables both to quickly access information regarding coworkers.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published