Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rominalodolo/reduxcart
Chapter 11: REDUX cart project from the Beginning React Book
https://github.com/rominalodolo/reduxcart
project react redux redux-react
Last synced: 5 days ago
JSON representation
Chapter 11: REDUX cart project from the Beginning React Book
- Host: GitHub
- URL: https://github.com/rominalodolo/reduxcart
- Owner: rominalodolo
- Created: 2021-12-01T06:10:12.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2021-12-30T19:56:27.000Z (about 3 years ago)
- Last Synced: 2024-11-13T00:19:11.096Z (2 months ago)
- Topics: project, react, redux, redux-react
- Language: JavaScript
- Homepage:
- Size: 447 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Redux Cart Project
This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app).
## Chapter 11
From the Beginning React Book by Greg Lim, 2017.
#### REACT WITH REDUX
` npm install redux `
` npm install react-redux `## Screen Shot of Cart Application
![reduxCart](https://user-images.githubusercontent.com/83961643/144836601-a927e72c-a142-4a57-8d6d-90a3ed09113c.jpeg)
Last edit December 2021