/employee-directory-react

This an app that allows users to view an employee directory as soon as the page loads. Users can search the directory by name, email, phone, and date of birth. The directory can be sorted by first name, email, or date of birth.

Primary LanguageJavaScript

License

Profile Picture

Employee Directory

https://jeverett93.github.io/employee-directory-react/

Description

This an app that allows users to view an employee directory as soon as the page loads. Users can search the directory by name, email, phone, and date of birth. The directory can be sorted by first name, email, or date of birth.

Image of Application

Table of Contents

Installation

  • Step 1. Git clone this link to your terminal: https://github.com/jeverett93/employee-directory-react.git

  • Step 2. Navigate into the cloned repository.

  • Step 3. Install the required dependencies using the following command:

    npm install
    
  • Step 4. Run the application from the command line with following command:

    npm start
    

Technology Stack

JavaScript, GIT, GitHub, HTML, CSS, Bootstrap, React, Axios call to RandomUser API, Service Worker, Web Manifest, Moment

Usage

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.

Contributors

github.com/jeverett93

Contact

Tests

To test:

npm run test