Online Shopping Store.

Features of Online Shopping Store

Story 1: List out one product with title, description and price

Story 2: Add image and Add to Cart Button to existing Product and list out multiple Product

Story 3: As customer want to have ability to add product shopping cart and view it.

    They worked in two team

Team1:

    Sprint Retro Board: https://metroretro.io/board/LBOFMVHSHJF2

Team2:

    Sprint Retro Board: https://metroretro.io/board/LBTEG7ICG8K2

Story 4: 'Customer has added different products in shopping cart. The customer wants the ability to change the quantity of a given cart item and it should reflect the total cart item value and total cart amount.'

Design Points:

    1 Total cart price should be in header

    2 Product quantity limit - Minimum = 0 and Maximum = 10

    3 When customer clicks on decrement button and quantity is less than equal to zero then it should popup confirmation message : "Remove from      cart ?"

     3.1 If yes, delete the item

     3.2 If no, set quantity to 1

Screen Shot 2022-03-15 at 3 45 12 PM

Screen Shot 2022-03-15 at 3 45 31 PM

Learnings

Available Scripts

In the project directory, you can run:

npm start

Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.

The page will reload if you make edits.
You will also see any lint errors in the console.

npm test

Launches the test runner in the interactive watch mode.
See the section about running tests for more information.

npm run build

Builds the app for production to the build folder.
It correctly bundles React in production mode and optimizes the build for the best performance.

The build is minified and the filenames include the hashes.
Your app is ready to be deployed!

See the section about deployment for more information.