Skip to content

cs-raj/EcommerceApplication

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ecommerce Application

Link for the Project

https://cs-raj.github.io/EcommerceApplication/

Data Source

https://dummyjson.com/products

Folder Structure

  • 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

app.js -- This is the main file which house header, cardContainer, Cart.

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published