Skip to content

Latest commit

 

History

History

challenge-009

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

Challenge 009

The goal of this challenge is to create a custom HTML element that fetches images from an API and dynamically displays them on the web page.

Task

  • Implement a custom HTML element that encapsulates fetching and displaying random images from an API.
  • Utilize JavaScript to interact with the API and manage the image retrieval process.
  • Display the fetched image within the custom element in the HTML document.

References

Custom Element MDN