Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 974 Bytes

File metadata and controls

29 lines (19 loc) · 974 Bytes

public_api_requests

Description

The Public API Requests web application retrieves 12 random users from the randomuser.me api. The application then creates cards and modals for each user based on the data retrieved from the api.

Example

Example Example

scripts.js

This javascript file contains all the main functionality of the application. It makes the api request and creates all elements and functionalities based on the data it recieves as a response from the api.

CSS CHANGES

  • Background color of body and cards were changed.
  • Header font color was changed to purple.
  • On hover of card the card border color, name and info font colors were changed.

Table of Contents