Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/charlesfrye/odin-shopping-cart
A Real Fake Store
https://github.com/charlesfrye/odin-shopping-cart
Last synced: 27 days ago
JSON representation
A Real Fake Store
- Host: GitHub
- URL: https://github.com/charlesfrye/odin-shopping-cart
- Owner: charlesfrye
- Created: 2023-11-26T04:26:02.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-03T18:53:54.000Z (about 1 year ago)
- Last Synced: 2024-10-27T15:37:24.421Z (3 months ago)
- Language: JavaScript
- Homepage: https://charlesfrye-odin-shopping-cart.netlify.app/
- Size: 289 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Fake Store
This application is a fake store that allows users to browse through a list of products and add them to their cart. The user can also remove items from their cart, view the total price of their cart, and "check out" (which empties the cart).
The application is built using Vite and React.