creating a single-page app with AJAX and game previews
Posted on Jul 31st, 2020
Hey everyone, hope you’re having a good weekend. Here’s some links to go with the assignment you’re working on this weekend, including slides and another example to look at. I’ve also included previews of the games you’ll be choosing from for your final projects. The next week will be tough, but we’re going to come out of it better coders (and/or teachers)!
Games to Pick From
Links and resources
- json-server documentation
- MDN HTTP Overview
- HTTP status codes
- Using the Network Tab in Chrome Dev Tools
- Eloquent JavaScript: HTTP and Forms
- More detailed primer on Fetch
⭐️EXTRA/TMI
For more information about how the internet works and the mechanics of a request over HTTP, check out this comic by the always brilliant Julia Evans!
- Julia Evans zine on networking
- Cross-Origin Resource Sharing (CORS) explained by Julia Evans
- MDN Web Guide: AJAX
- HTTP Basics - This is more detail than you really need right now, but has some instructive diagrams