Public API Requests

(View this project from GitHub)

I have developed a web application for a fictional company, where I utilized the Random User Generator website to fetch information for 12 randomly selected "employees".

Features:

  • Employee Information Display:

The application showcases detailed information for each of the 12 employees. This includes a variety of data points such as name, email, address etc. The employee details are presented in an easy-to-read format with clear labeling and structure.

  • Navigation Controls:

Users can seamlessly navigate through the employees using Previous and Next buttons, allowing them to cycle through the employee profiles easily.

  • Search Functionality:

A search feature has been integrated into the application. This allows users to search for specific employees based on keywords (e.g., name, address, or email). The application dynamically filters the list of employees in real-time and displays the matching results.

In addition, the search results are highlighted, making it easy for users to spot the relevant information quickly.

  • Knowledge Used:

    HTML CSS: updated the styling for the mouse hover effect to make it visually clearer. JavaScript: fetch API DOM Index

Keep learning!!

Next
Next

OOP Game Show App