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

Products: ProductList #7

Open
1 task
Austin2Shih opened this issue Feb 22, 2024 · 0 comments
Open
1 task

Products: ProductList #7

Austin2Shih opened this issue Feb 22, 2024 · 0 comments
Assignees

Comments

@Austin2Shih
Copy link
Contributor

Austin2Shih commented Feb 22, 2024

  • Create a ProductList component that takes in a list of productInformation in a JSON format.
  • Example use case:
<ProductList products={some json data}/>
  • Using grid or flexbox, create a 3 column layout of ProductCards (created by someone else). Don't worry about pagination for now.
  • From the design, it appears that the 3 cards should take up the width of the allocated part of the page minus spacers. Make sure the children are dynamically sized.

Image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants