jp-quintana / react-shopping-cart

Shopping cart app built with React and Firebase. This app is a clone of https://alphaleteathletics.com.
https://flaakko-v2.web.app/
85 stars 20 forks source link

Add Inventory Logic #46

Closed jp-quintana closed 1 year ago

jp-quintana commented 1 year ago

Tasks

Add stock checks throughout the app. Add logic to update cart if there are difference between amounts in cart and available stock.

useInventory Hook

Product Page

Cart & Checkout Page

Create Order