Skip to content

Instantly share code, notes, and snippets.

@jw56578
Last active January 30, 2018 21:37
Show Gist options
  • Select an option

  • Save jw56578/b310bbfe762bec09016ecfce387efad5 to your computer and use it in GitHub Desktop.

Select an option

Save jw56578/b310bbfe762bec09016ecfce387efad5 to your computer and use it in GitHub Desktop.
ACA 311 Day 6 Notes
  • You are now capable of building an ecommerce site to about 80% capacity
  • You can build the entire front end
  • You can render the webpage based on data, not hard coded html.
  • The interface is driven by the data in state.js. Does it matter that this data is hard coded?
  • The user can interact with the web page. They can click and type.
  • What features do you think you could add to the site?
  • Sorting, searching ... what else?
  • What if I wanted to be able to click on a product to see the details of it?
  • How do we change pages in React?
  • What would we need to do to implement Add Product To Cart for real?
  • Why is adding 1 to a counter not the right thing to do?
  • What features of an ecommerce site have we not built yet?
  • How do we check out?
  • How would I get to a the check out screen?
  • What does checking out even mean code wise?
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment