Skip to content

jcemer/minimalistic-shop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published