- Solution to DeDup - https://repl.it/@jw56578/DeDupSolution
- Fork, solve, submit link
- unluckydays
- What are the concepts that this problem addresses
- For example last time it was the term in place, time & space
- https://medium.com/@nantonov/general-coding-principles-and-thoughts-63d747ce997e
- ACAPM
- Quiz
- Questions on online?
- How do we know what our http messages need to look like?
- 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)
- Day 5
- https://docs.google.com/forms/d/1A97LlX5VAe2RjVunC6tVjMFCWRE6bfaJ7DauKXNpUFM/edit#responses
- Practice
- Use postman to make requests to some server in a certain way to retrieve data
- CORS
- https://github.com/toddmotto/public-apis
- 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