practice-ben / shopping-cart

This is an app created in React to emulate interactions of a user in a common shopping spree. It shows the list of items, the item's information page and the shopping cart. Navigation is handled through react-router.
0 stars 0 forks source link

Card component #7

Open Bennyjoez opened 1 year ago

Bennyjoez commented 1 year ago

Card component 🗂

The card component shows information about each service offered, and a button for more details. Information covered by the card:

  1. name of service. 🏁
  2. Placeholder image of the service. 🏁
  3. Short description. 🏁
  4. Button for more details with an onClick handler. 🏁
  5. Add to cart button. 🏁