Actions
ClientProject #3730
openClientProject #3702: [COMMON]: Components Design and API Integration
[C-FE]: Product grid card design & API integration
Description
1. Product Grid Card Design¶
-
Design a responsive product grid card component.
-
Display the following elements:
- Product title
- Product image
- Product price
-
On hover, change the product image to an alternate image.
2. API Integration¶
- Fetch product data from the relevant API.
- Map API response correctly to display title, image, and price.
- Ensure smooth rendering and fast loading of images.
3. Responsiveness¶
- Ensure the product grid works seamlessly across mobile, tablet, and desktop breakpoints.
- Maintain proper spacing and alignment between cards.
Actions