Skip to content

thadkingcole/emdir

Repository files navigation

GitHub top language GitHub license Contributor Covenant

An employee directory powered by React js

screenshot

Table of Contents

Installation

No installation is necessary to use the app. However, if you wish to make contributions to this project, follow these steps.

  1. Clone this repository using your preferred method.

  2. Navigate into the newly cloned repository

    cd emdir
    
  3. Install required dependencies

    npm i
    
  4. Start up the react development server and begin making your desired changes

    npm start
    

back to Table of Contents

Usage

Navigate to https://thadkingcole.github.io/emdir to get started.

You can search the directory by name, location, birthday, and/or pronouns by simply typing a search term into the search box at the top of the page, then click the Search For dropdown button and select the parameter you wish to search.

To clear your search, click the red Clear Search button.

You can also sort the list by first name, last name, city, state, and birthday. Simply click on the table header for the parameter you wish to search until you reach the desired sort.

demo

back to Table of Contents

Contributing

Your contribution is most welcome! Please refer to the contributing guidelines when making contributions to this project.

Please note that this project is released with a Contributor Code of Conduct. By Participating in this project, you agree to abide by its terms.

back to Table of Contents

Questions

Please direct any and all questions to thadkingcole or via email at thadjcole@gmail.com.

back to Table of Contents

Credits

I would like to thank the following people/projects/resources:

back to Table of Contents

License

MIT copyright (c) 2020 Thaddeus Cole.

back to Table of Contents