Directory-Employee

License

License: MIT

Description

This REACT app is designed to keep track of employees through a directory.

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.

Screenshots

Screenshot of Burger App

Table of contents

Installation

After installing REACT, in the command line, run:

  • npm start
  • npm install axios
  • This project was bootstrapped with Create React App.

Usage

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.

Link

https://mnilou.github.io/directory-employee/

Contributors

Please contribute to this code.

Technology

  • REACT
  • Bootstrap
  • Javascript
  • CSS

Credit

Github REACT templates were referenced along with course work. I received assistance from Corey Yates, UCSD Bootcamp tutor.

Challenges

REACT is a new library, which I found challenging. I was not able to make the search button work perfectly, along with the filtering function.