You can find the resulting code form this tutorial on the fetch branch of the Web App Demos repo on the class GitHub page.
Introduction to AJAX
- synchronous vs asynchronous (code structure/patterns)
- AJAX: when web pages became web apps
- XMLHttpRequest API
- running a local server
- Fetch API
using third party REST APIs
- Fetch API (review + more "types")
- JSON
- third party REST APIs
- API Keys
- EXAMPLE: Dogs && Forecasts
- adding a new branch to my repo