Skip to content

Latest commit

 

History

History
84 lines (50 loc) · 2.31 KB

README.md

File metadata and controls

84 lines (50 loc) · 2.31 KB

Employees Directory

badge

Description

A simple employee directory application build using React. This app allows a user to sort through, and search through employees by name, age, or other contact details. All employees generated by this application are random, but this can be adapted towards an existing database.

Contents

Installation

To install Employee Directory:

  1. Copy this repo to your local machine
  2. Open a terminal window and navigate to the local directory.
  3. Run npm install

Requirements:

  1. React

To install Workout Tracker app:

  1. Open a terminal window and navigate to the application directory.
  2. Run npm start
  3. A web browser window should open automatically - if it doesn't, you can open a web browser and navigate to https://localhost:3000.

Alternatively, you can use this app at the deployed location here.

User Story

As a user, I want to search for an employee easily. I also want to be able to sort through the employees across different contact details to make them easier to find.

Usage

  1. Run npm start to start the application.
  2. Enter a name to filter employees, or click carrots to sort the data under the relevant headings (e.g: name, phone, e.t.c.).

Demonstration

Tests

  • No included tests for this application.

Screenshots

The application before manipulation - initial load

Adding filter options through the search bar

Questions

  • Submit questions to my contact details below.
  • App is hosted on Github Pages.

Contact

Author

  • Initial front end files to develop by Trilogy Education Services
  • André Grech - 18/01/2021

Acknowledgements

  • © 2019 Trilogy Education Services, a 2U, Inc. brand. All Rights Reserved.