https://github.com/kleviss/shopping-cart-frontend-react-material
Created with CodeSandbox
https://github.com/kleviss/shopping-cart-frontend-react-material
Last synced: 7 months ago
JSON representation
Created with CodeSandbox
- Host: GitHub
- URL: https://github.com/kleviss/shopping-cart-frontend-react-material
- Owner: kleviss
- Created: 2020-12-04T16:40:11.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2020-12-05T07:47:23.000Z (over 5 years ago)
- Last Synced: 2023-03-08T08:56:53.907Z (over 3 years ago)
- Language: JavaScript
- Homepage: https://codesandbox.io/s/github/kleviss/shopping-cart-frontend-react-material
- Size: 53.7 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
This project shows a simple way how you can use Grid container and item from Material UI for React to create a responsive two column page that in this case serves for the purpose of Shoppig Cart. In the left side there is a list of the items rendered and in the left side a simple elevated Card components shows the Order Summary.
Live Demo here: https://eh27f.csb.app/
If you have any ideas to enrich this interface or make it cooler pull requests are very welcomed.
Thanks to MaCadiz that replied to this question (https://stackoverflow.com/questions/65147684/how-to-make-a-material-ui-grid-element-sticky/65154285#65154285) on Stackoverflow to add more features to the shopping cart.