https://github.com/tylerapfledderer/employee-directory
Simple Employee Directory Creation w/ API
https://github.com/tylerapfledderer/employee-directory
Last synced: 3 months ago
JSON representation
Simple Employee Directory Creation w/ API
- Host: GitHub
- URL: https://github.com/tylerapfledderer/employee-directory
- Owner: TylerAPfledderer
- Created: 2020-08-17T14:46:21.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2021-07-07T19:56:23.000Z (almost 5 years ago)
- Last Synced: 2025-02-06T12:28:01.118Z (over 1 year ago)
- Language: SCSS
- Size: 883 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Employee Directory
A Random Grid of 'Employees' with Vanilla javascript and modal pagination.
## Demo
[Visit the site](https://tylerapfledderer.github.io/employee-directory/)

## Primary Takeaways of this build
This is a project primarily focused on Vanilla JavaScript to render a random list of employees and information from the Random User API. Clicking on an employee brings up a modal with additional information, and the modal can be paginated between the employees. Further, which employees the modal paginates through is based on the search filter by name, should the user try to narrow down the list.