Skip to content

JoselynDRF/react-redux-sweetscart

Repository files navigation

SweetsCart with React, Redux and Bootstrap

Shopping Cart with React, Redux and Bootstrap

Features

  • Show products by category
  • Add products to shopping cart
  • Remove products from cart
  • Show cart with items, prices, quantity and total
  • Change the quantity of an item
  • Responsive design with Bootstrap

Technologies

JavaScript ReactJS Redux Sass Bootstrap Webpack Eslint

Getting Started

Tools needed to run this app: node and npm

  • npm install to install dependencies
  • npm install -g json-server to get a full fake REST API
  • npm run json-server to run JSON server
  • npm start to run the app
  • Go to http://localhost:8080