ProductsContainer Component
Closed this issue · 0 comments
Ben-Tewfik commented
Title
ProductsContainer Component
Description:
Create a ProductsContainer component that will display the filter and ProductsList component. The ProductsList component will be a container for productCard. Each product card will show details such as picture, name, price, category, and availability for sale or borrow.
Subtasks:
-
Create the ProductsContainer component.
-
Create the ProductsList component.
-
Pass product data to the ProductList component.