An open API service indexing awesome lists of open source software.

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

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/)

![image](https://user-images.githubusercontent.com/65234762/124811302-573d6e00-df30-11eb-934b-aca388d8b560.png)

## 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.