Skip to content

An employee directory for managers. This gives them the ability to view non-sensitive data about their employees, filter by first name or last name, or sort by employee ID.

Notifications You must be signed in to change notification settings

nicolepyzza/Employee-Directory

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

React Employee Directory

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, 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.

Table of Contents

Installation

To install the required npm packages to run this application, run the following command:

npm install

Usage

To use this application, run the following command:

npm start

License

license

MIT License

Copyright (c) [2020] [Nicole O'Bomsawin]

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

An employee directory for managers. This gives them the ability to view non-sensitive data about their employees, filter by first name or last name, or sort by employee ID.

Topics

Resources

Stars

Watchers

Forks