Momentum logo
Team 2 Classroom

Creating a single-page app with AJAX

Posted on Jun 4th, 2020

Today’s topics

  • Using Fetch to create, read, update, and destroy data (CRUD)
  • HTTP methods: GET, POST, PUT/PATCH, DELETE
  • HTTP status codes

Project

Create a single page note-taking app

Link to assignment invitation

⭐️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!

Code, slides, and video from class

Back to home