/rocketshoes-ecommerce-redux

Simple e-commerce using ReactJS and Redux.

Primary LanguageJavaScript

Rocketshoes

Rocketshoes is a small web application to simulate a e-commerce website.

How it looks like

What I used to develop this application

  • ReactJS
  • Babel
  • Webpack
  • Webpack Dev Server
  • Styled Components
  • React Router DOM
  • Reactotron
  • Redux
  • Redux Saga

Tools

  • VS Code
  • Reactotron
  • JSON Server to simulate an API to list products

Features

  • List products (sneakers)
  • Add items to cart
  • Stock validation before adding items
  • Manipulate global states using flux architecture (Redux)
  • Validation using Redux Saga (Middleware)