shubham587 / ShopKaro

0 stars 0 forks source link

Create a Product Card Component #12

Closed shubham587 closed 1 month ago

shubham587 commented 1 month ago

We need to create a product card component for our clothing eCommerce website, inspired by the provided image. The product card should contain the following elements:

  1. Image of the product (as displayed in the provided reference).
  2. Product details:
    • Product name (e.g., "MELANGE Women Floral Printed Straight Kurta Set").
    • Price (e.g., ₹1,199 with a discount from ₹1,599).
    • Discount information (e.g., "25% OFF"). (OPTIONAL)
    • Additional offers (e.g., "2 AT 30% OFF"). (OPTIONAL).
  3. Buttons:
    • Add to Cart Button: Allows the user to add the product to their shopping cart.
    • Favorite Button (heart-shaped): Allows the user to mark the product as a favorite.

Requirements:

image

Create a product card component for our clothing eCommerce website, inspired by the provided image.

The product card should contain the following elements:

  1. Image of the product (as displayed in the provided reference).
  2. Product details:
    • Product name (e.g., "MELANGE Women Floral Printed Straight Kurta Set").
    • Price (e.g., ₹1,199 with a discount from ₹1,599).
    • Discount information (e.g., "25% OFF"). (OPTIONAL)
    • Additional offers (e.g., "2 AT 30% OFF"). (OPTIONAL).
  3. Buttons:
    • Add to Cart Button: Allows the user to add the product to their shopping cart.
    • Favorite Button (heart-shaped): Allows the user to mark the product as a favorite.

Todo:

image

shubham587 commented 1 month ago

image image As per the requirement the Product Card is completed. closing the issue.