https://github.com/joweltisso/product-listing-app-2
Roc8 assignment (coding practice 2)
https://github.com/joweltisso/product-listing-app-2
Last synced: about 2 months ago
JSON representation
Roc8 assignment (coding practice 2)
- Host: GitHub
- URL: https://github.com/joweltisso/product-listing-app-2
- Owner: JowelTisso
- Created: 2022-07-13T13:01:57.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-07-13T19:15:54.000Z (almost 3 years ago)
- Last Synced: 2025-01-13T20:42:08.843Z (3 months ago)
- Language: JavaScript
- Homepage: https://product-listing-app-2.netlify.app/
- Size: 305 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Product listing app
- Some features of flipkart
- Create a Flipkart product listing page. A page should contain at least 6 products. It should contain only the products with its details.
- Create a JSON file for your products data.
- Create a feature ‘Add to Cart’.
- You should be able to add as many items in your cart. \* You can have an ‘Add to Cart’ button for each product listed.
- The cart page should have following features:
- Ability to increase quantity of any item
- Save for Later
- Remove item
- Show total Price details with calculated discounts.
- Show total number of items in cart.