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

