/react-shopping-cart

A simple example of shopping cart component in a website implemented with Flux and Redux.

Primary LanguageJavaScriptMIT LicenseMIT

react-shopping-cart

A simple example of shopping cart component with Flux and Redux. Including ESLint and Prettier integration.

> git clone https://github.com/stanimirtt/react-shopping-cart.git
> cd react-shopping-cart

Concept

  1. Objects
    1. Cart
      1. Items
      2. Meta Information - Total
  2. States
    1. TBD
  3. Interaction
    1. Modifying item quantity
    2. Removing an item