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).
-
Implement a web component
news-article which displays its attributes title, image, content and URL using a shadow DOM.
-
Use the component to render the news articles received from the GNews server by creating