Studio Ghibli
This app simply demonstrates the fetch API to get data from an API and using plain JS to render it onto the page.
It follows the code similar to this. Instead of using XMLHttpRequest
, I am using the fetch
instead.
More about fetch
can be read here:
MDN,
Web Google.