Skip to content

Zwerruga/React-shopping-cart

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Welcome to React.js model e-commerce store 🛒

SPA e-commece store with CRUD. Simulating the shopping cart with maintaining state in localStorage on reloads and transitions between pages. 🔗Online demo link🔗

⚙️ General Info

ReactReact-router-domReduxMaterial-uiprop-types

  • React
  • React-router-dom
  • Redux, react-redux
  • Material-ui, material-ui-icons
  • PropTypes

$ npm i && npm start

🔥 Snapshots 👀

🏠 Homepage

Homepage

🏬 Product

ProductPage

🛒 Shopping cart

StorePage

🔮 In Future ⏳

  • Examine the payment api to complete the model. 💸💳
  • Add a modal window to preview the product without going through the pages.📑