Momentum logo
Team 8 Classroom

Creating a single-page app with AJAX

Posted on May 27th, 2021

Today’s topics

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

🎯 Project: Your first web application: a single page note-taking app

Link to assignment invitation

🔖 Resources

⭐️ 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 & Notes

Back to home