This is a test react shopping application.
You can add/remove/update products in your cart
This is a documentaion about the app system of design and structure
It was created with
- API
- Cart
- ({@link module:Requests})
- ({@link module:Setup})
- Application
- Components/Pages
- ({@link About})
- ({@link Home})
- ({@link Cart})
- Components/Elements
- ({@link Alert})
- ({@link CartItems})
- ({@link CartItem})
- ({@link CartTotal})
- ({@link EmptyCart})
- ({@link Footer})
- ({@link NavBar})
- ({@link AddToCartForm})
- Components/Entry
- ({@link App})
- Components/UI
- ({@link Button})
- ({@link Input})
- ({@link Loader})
- ({@link QuantityLoader})
- Components/HOC
- ({@link Layout})
- ({@link Section})
- Global
- Store
- Actions
- ({@link module:ActionTypes})
- ({@link module:AlertActions})
- ({@link module:CartActions})
- Reducers
- ({@link module:AlertReducer})
- ({@link module:CartReducer})
- ({@link module:RootReducer})