ChatGPT taught me today:
- How to call an API and show it on a website
- How to edit the response before its shown.
- How to update the UI if the API response is updated.
- How to analyze the contents of the response and update the UI if there is a change.
- How to show a random background image on load.
- How to tie that background image to a specific API response.
- How to update the background image if the API response change.