Skip to content

maxSedelnikov/react-shopping-app

Repository files navigation

Intro

This is a test react shopping application.

You can add/remove/update products in your cart

Demo

Information

This is a documentaion about the app system of design and structure

Documentation

About Documention

It was created with

What it contains

  1. API
  • Cart
    • ({@link module:Requests})
    • ({@link module:Setup})
  1. 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
  1. Store
  • Actions
    • ({@link module:ActionTypes})
    • ({@link module:AlertActions})
    • ({@link module:CartActions})
  • Reducers
    • ({@link module:AlertReducer})
    • ({@link module:CartReducer})
    • ({@link module:RootReducer})