Browser and Web APIs

Exercise: Web Components

The newsreader web application displays the news headlines of a selected country
(requires an API key from GNews).
  1. Implement a web component news-article which displays its attributes title, image, content and URL using a shadow DOM.
  2. Use the component to render the news articles received from the GNews server by creating