Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 831 Bytes

README.md

File metadata and controls

29 lines (19 loc) · 831 Bytes

Rocketshoes

About

ReactJS and React Native apps that uses Redux and Redux Saga to manage the state of a shopping cart in multiple components.

In this app you can:

  • Browse items
  • Add items to cart
  • Change the amount of each item in the cart
  • Remove items from cart

It was also configured to debug with Reactotron. Everytime an action is dispatched either to the store or saga, it will log the data in Reactotron's desktop app.

Design

Web

Browsing shoes Cart page

Mobile

Cart page