An open API service indexing awesome lists of open source software.

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)

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.