This project is hosted by GitHub Pages at kyleines.github.io/Employee-Directory.
Upon page load, a list of twelve random employees will be generated using an API request to randomuser.me.
Selecting an employee opens a modal window displaying more details about that person.
Users can filter the list by using the Searchbar feature, making finding co-workers faster and easier.
This apps's features include:
✔️ Real-time filtering on keyup in the searchbar.
✔️ Modal window toggle buttons to easily switch between employees.
✔️ Refreshing the page displays twelve random employees.
Thanks for visiting!
Feedback, follows, and stars are all appreciated!
-Kyle
Developer's Notes:
Added box-shadows at lines 95 and 254 in styles.css.