Skip to content

Instantly share code, notes, and snippets.

@jw56578
Last active July 12, 2019 20:22
Show Gist options
  • Save jw56578/7c6c59a55b9a4a1744c4bba2103a3a11 to your computer and use it in GitHub Desktop.
Save jw56578/7c6c59a55b9a4a1744c4bba2103a3a11 to your computer and use it in GitHub Desktop.
ACA 311 Notes Day 5

White board

Review

Questions

  • How do we know what our http messages need to look like?

Objective

  • We need to be skilled at using fetch and postman to create and send http messages to existing servers
  • Know how to handle response messages and extract the body from the message. (this is where the data is)
  • Be able to use fetch in a realistic web app (aca-store)

Lesson

Homework

  • Aca Store part 2
    • Build each part seperately if necessary. It Doesn't need to work perfectly in the context of the entire App.
    • Sign Up - just make the UI show up and when a button is clicked is does a fetch post.
  • Watch Day 6 Online Videos
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment