Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bpetermann/vanilla-shopping-cart
https://github.com/bpetermann/vanilla-shopping-cart
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/bpetermann/vanilla-shopping-cart
- Owner: bpetermann
- Created: 2023-07-20T14:53:27.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-08-18T16:06:16.000Z (over 1 year ago)
- Last Synced: 2023-08-18T17:31:57.804Z (over 1 year ago)
- Language: JavaScript
- Size: 263 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Vanilla Shopping Cart
- For fun and completeness sake, a shopping cart demo implemented with vanilla js
### Thanks
- Model photo by Wioletta Płonkowska
on Unsplash
- Product photos by Irene Kredenets on Unsplash### Dependencies
- None
## Getting started
```
git clone https://github.com/bpetermann/vanilla-shopping-cart.git
cd vanilla-shopping-cart
npx serve, or use the vs code live server extension
```