Simple React employee directory that allows searching or clicking to search by table header
Explore the docs »
View Demo
·
Report Bug
·
Request Feature
Table of Contents
React app to display a list of employees from an API and allow searching through them.
There are a few important steps in getting this project setup. Follow the instructions
-
Clone the repo
git clone https://github.com/drewole/employee-directory-react.git
-
Install NPM packages
npm install
or
yarn install
-
Run the Application
npm start
or
yarn start
-
View the application: View in Browser
Visit the site, sign up and make some music. If you would like to contribute please contact us.
For more examples, please refer to the Documentation
Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Distributed under the MIT License. See LICENSE
for more information.
Drew Olsen - @drewole
Project Link: https://drewole.github.io/employee-directory-react/