Skip to content

rohiraanjali/ShoppingCartFrontendChallenge

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ShoppingCart_FrontendChallenge

The functionality given to implement in vanilla Js

The product data can be fetched from API(given) .The website/app should retrieve product data from the API endpoint mentioned above and render the cart interface depicted in the image.

###Expected Functionality

  1. Update the quantity of a product. (This should reflect in the price details card on the right).
  2. Remove a product (This should reflect in the price details card as well).
  3. The UI should closely resemble the design.

image

Expected output produced:-

image