Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kapit4n/react-shopping-cart
React(redux, react router) application to build a shopping cart.
https://github.com/kapit4n/react-shopping-cart
enzyme javascript react-router reactjs redux
Last synced: 2 days ago
JSON representation
React(redux, react router) application to build a shopping cart.
- Host: GitHub
- URL: https://github.com/kapit4n/react-shopping-cart
- Owner: kapit4n
- Created: 2018-07-27T04:04:04.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-05-16T22:27:27.000Z (over 1 year ago)
- Last Synced: 2023-08-01T11:10:21.891Z (over 1 year ago)
- Topics: enzyme, javascript, react-router, reactjs, redux
- Language: JavaScript
- Homepage:
- Size: 9.13 MB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Shopping cart app
![Home](https://raw.githubusercontent.com/kapit4n/react-shopping-cart/master/mockups/react-shopping-cart-home.png)
## Available Scripts
### tech
- redux
- react
- react form hooks### `npm start`
Runs the app in the development mode.
Open [http://localhost:3000](http://localhost:3000) to view it in the browser.The page will reload if you make edits.
You will also see any lint errors in the console.### `npm test`
Launches the test runner in the interactive watch mode.
See the section about [running tests](#running-tests) for more information.### run with docker
- sudo docker build -t shopping:dev .
- docker run -it --rm -v ${PWD}:/app -v /app/node_modules -p 3001:3000 -e CHOKIDAR_USEPOLLING=true shopping:dev### installation utils
$ sudo apt-get remove docker docker-engine docker.io
$ sudo apt-get update
$ sudo apt install docker.io
$ sudo snap install docker
$ docker --version## TODO
- React toolkit tools
- API to save/list product items
- Predictions and Estimations