Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mickey9315/reactjs-shopping-cart
example of shopping cart implemented in react.js and redux.js
https://github.com/mickey9315/reactjs-shopping-cart
beginner-project ecommerce reactjs redux shopping-cart
Last synced: 1 day ago
JSON representation
example of shopping cart implemented in react.js and redux.js
- Host: GitHub
- URL: https://github.com/mickey9315/reactjs-shopping-cart
- Owner: Mickey9315
- License: mit
- Created: 2024-11-18T21:08:05.000Z (about 1 month ago)
- Default Branch: main
- Last Pushed: 2024-11-18T21:26:48.000Z (about 1 month ago)
- Last Synced: 2024-12-17T10:27:56.495Z (9 days ago)
- Topics: beginner-project, ecommerce, reactjs, redux, shopping-cart
- Language: JavaScript
- Homepage:
- Size: 1.82 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# React Shopping Cart
Simple React Shopping Cart
[![license](https://img.shields.io/github/license/mashape/apistatus.svg)](https://github.com/sivadass/react-shopping-cart) [![Github file size](https://img.shields.io/github/size/webcaetano/craft/build/phaser-craft.min.js.svg)](https://github.com/sivadass/react-shopping-cart) [![David](https://img.shields.io/david/expressjs/express.svg)](https://github.com/sivadass/react-shopping-cart)
![React Shopping Cart Preview](https://res.cloudinary.com/sivadass/image/upload/v1494752103/gifs/react-shopping-cart.gif)
## Live Demo
[https://sivadass.github.io/react-shopping-cart/](https://sivadass.github.io/react-shopping-cart/)
## Setup
Goto the project folder and install required dependencies:
```
npm install
```And run Webpack to watch for code changes and bundle js and scss files:
```
npm start
```Project will be automatically open at http://localhost.com:8015
For production build:
```
npm run build
```### Buy me a Coffee
If you like to support this project, you can use the paypal link below:
[![Buy Me a Coffee](https://res.cloudinary.com/sivadass/image/upload/v1535827506/icons/buy-me-a-coffee.png)](https://www.paypal.me/nsivadass)