You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Create a ProductList component that takes in a list of productInformation in a JSON format.
Example use case:
<ProductListproducts={somejsondata}/>
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.
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: