Created a grocery store supermarket with Stripe checkout integration using React.js.
- fetch products from 2 REST API endpoints (Firebase)
- add/delete products in cart
- show product quantity
- show cart count
- store products using localStorage
- show product details
- show favorite products
- show related products
- responsive UI design