Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

As a customer/visitor, I want to be able to view a single product so I can see more details. #17

Open
8 tasks done
ksantiago opened this issue Mar 2, 2020 · 0 comments
Assignees
Projects

Comments

@ksantiago
Copy link
Contributor

ksantiago commented Mar 2, 2020

Backend:

  • write a route to serve up a single product

Frontend:

  • Write a component to display a single product with the following information:

    • name
    • price
    • description
    • image
  • Display the appropriate product when the url matches '/products/:productId'

  • clicking on a product from the allProducts view should navigate to that single product view

@ksantiago ksantiago created this issue from a note in gs-project (To do) Mar 2, 2020
@Hilary-Ly Hilary-Ly moved this from To do to In progress in gs-project Mar 3, 2020
@Hilary-Ly Hilary-Ly moved this from In progress to Done in gs-project Mar 3, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
gs-project
  
Done
Development

No branches or pull requests

2 participants