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

Create a components folder #3

Open Bennyjoez opened 1 year ago

Bennyjoez commented 1 year ago

Setup a components folder. 📁

Set up a separate components folder structure. The components needed would include the following:

  1. Card - renders an instance of each service.
  2. App - renders the entire app.
  3. Navigation - renders the navbar.
  4. Details - renders the details of a service.
  5. Cart - renders the ordered services.