mrosavourazeris / employee-directory

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Employee Directory

License: MIT

Description

This app shows an overview of Employees from the Random User API. This table shows the picture, first name, last name, email, phone number and country of the employee. The app allows the user to search for employees by country, or sort the employees by name (by clicking the first name column).


Table of Contents


Installation

  1. Copy the HTTPS link from repository
  2. In your code editor, open the folder you wish to add this application to.
  3. Open the integrated terminal in the selected folder.
  4. Run git clone and paste HTTPS link from repository.
  5. Run "npm i" to install the node modules associated with this application.
  6. In the terminal, type in "npm start" to run the application, enjoy!

Usage

Applicaton in use


Screenshots

Workout-Tracker Workout-Tracker Workout-Tracker


Tests

Test of the application


Deployed Site

Live Site


Contributing

Anyone can contribute to this application by forking the repo, adding their code to the application, and then sending any of the contributors a pull request so the main branch can be updated.


Questions

You can find my GitHub profile by clicking this link: My GitHub Profile

If you have any questions you can email me at: My Email


License Under

MIT License

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

About


Languages

Language:JavaScript 63.1%Language:HTML 20.2%Language:CSS 16.8%