/employee-directory

Filter employee list by name, birthdate, or role.

Primary LanguageJavaScript

Employee Directory

Description

An app that gives managers the ability to view their entire employee directory at once so that they have quick access to their information.

Table of Contents

  1. Usage
  2. Credits
  3. License
  4. Questions
  5. Learn More

Usage

First, set up a json file with all employee data built in to an object for each employee. Connect the json to the app through the API file in the utils folder. Run the directory by using npm start in the command line

Credits

This project was bootstrapped with Create React App.

License

GNU General Public License v3

Questions?

Please email any questions to ncastledeveloper@gmail.com or find me on Github @ nikcastle.

Learn More

You can learn more in the about creating an app with React in the Create React App documentation.