jcemer / minimalistic-shop

React + Redux experiment

Home Page:http://jcemer.com/minimalistic-shop/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Minimalistic Shop

This project is a shopping cart code challenge. It uses React components and Redux for data storage and manipulation. The project is deployed on GitHub Pages.

It differs from Redux Shopping Cart Example by keeping a complete data structure for the cart. That approach reduces the complexity and also turns the project more close to a real on-line store.

Local Setup

yarn && yarn start

Technologies

  • React
  • React Router
  • Redux with Thunk and Promise middleware
  • Create React App
  • Jest + Enzyme
  • Semantic UI
  • Lodash
  • GitHub Pages

Deploy for GitHub Pages

yarn deploy

About

React + Redux experiment

http://jcemer.com/minimalistic-shop/


Languages

Language:JavaScript 95.1%Language:HTML 4.7%Language:CSS 0.2%