Brian Kidd

Web and Multimedia Developer

Learn More →
Brian Kidd

Public API Requests

Web APIs are being used more and more to dynamically and asynchronously add data content to websites. For this project, I used Fetch API to request a JSON object from the Random User Generator API (randomuser.me). The app parses the data to display 12 randomly selected employees. If you click on an employee, a modal will appear and give detailed informaiton about that particular employee. The user can also scroll through the users in modal view. A search feature allows the user to search through the displayed employees.

Technologies
  • JavaScript
  • HTML
  • CSS
  • JSON
Live DemoGitHub Repo