Skip to content

tunessofia/shoppingcart

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 

Repository files navigation

a poc simulating a beer store. For support has a dummy backend.

Requirements:

  • List all the beers on the store.
  • When we click buy on a beer it should be added to the cart
  • When we add beers to the cart it should stack all the beer types
  • On the beer cart we should be able to add or remove them if we want
  • The total price should be adjusted as we add or remove on the cart
  • when we click Checkout we should go to another view that lists the beers and prices.

Done using:

  • React
  • Redux
  • Saga
  • Webpack
  • Jest
  • Enzyme

#to install packages cd backend npm install

cd frontend npm install

#to run app cd backend & npm run dev-server cd frontend & npm run dev-server

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published