Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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