https://cs-raj.github.io/EcommerceApplication/
https://dummyjson.com/products
- assets
- data
- data.json
- src
- app.js
- CardContainer.js
- Cards.js
- Cart.js
- CartCards.js
- HeaderComponent.js
- style
- cardContainer.css
- cards.css
- style.css
- index.html
Cart will contain CartCards instances populated with data of the product selected by the user.
CardContainer will house Cards which will contain data for all the products present.
The Data with which it is populated is taken from web source is mentioned at top.