Skip to content

lukaszsobek/shopping-cart

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A React/Redux Shopping Cart App with:

  • JavaScript, ES6, React, JSX, Redux, Jest
  • 10 items to choose from with different names, prices and tax %

Working demo:

https://lukaszsobek.com/repo/shopping-cart/

shopping_cart_thumbnail

Clone the repo, and then:

  • yarn start - starts dev server with auto update and lint
  • yarn test - starts tests with auto update
  • yarn build - creates production build

Currently implemented features:

  • Can add item from predefined list to cart
  • Can set comment on item to add
  • Can edit item
  • Can delete singular item
  • Can clear whole cart
  • Can see cart summary below cart (net + gross)
  • Can see tax amounts separated by tax %

Test coverage:

  • Application render, actions, reducers, components (smart + dumb), state, utils

About

React/Redux Shopping Cart App

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published