Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/varshil-shah/react-shopping-cart
A simple shopping cart which loads data from an API and can be added to cart temporarily
https://github.com/varshil-shah/react-shopping-cart
api hooks react reactjs
Last synced: about 14 hours ago
JSON representation
A simple shopping cart which loads data from an API and can be added to cart temporarily
- Host: GitHub
- URL: https://github.com/varshil-shah/react-shopping-cart
- Owner: varshil-shah
- License: mit
- Created: 2022-11-13T05:52:03.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-10-23T14:41:21.000Z (about 1 year ago)
- Last Synced: 2023-10-23T15:39:11.754Z (about 1 year ago)
- Topics: api, hooks, react, reactjs
- Language: JavaScript
- Homepage: https://react-shopping-cart-roan.vercel.app
- Size: 358 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Shopping Cart
A simple shopping cart which displays products and can be added to cart.
1. Load products from an API.
2. Hooks used - useState, useEffect, useContext, useReducer, useCallback
3. Mobile friendly