Use the CSS Colors API to fetch a random color and use the color and it’s details to update the UI of the provided application
The starter code for this lab is hosted on Github, see the url below:
Use the Assignment Submission Git Workflow (detailed here) to access and submit the assignment
Here’s the API endpoint that you will use:
GET https://css-colors-api.herokuapp.com/api/v1/colors/random
$.ajax()
to make an API request to the CSS Colors APIUse jQuery to fill the Circle’s background color with the hex code retrieved from the API call
Fill in the Color name and hexcode in the details area under the circle with information received from the API call