Skip to content

Latest commit

 

History

History
29 lines (21 loc) · 1.58 KB

README.md

File metadata and controls

29 lines (21 loc) · 1.58 KB

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.📑