Pizza ordering cart developed using react and tailwind css, it fetches Products from backend API and shows on webpage.
- Minimal UI
- Add product or remove products
- Increment or decrement products in cart
- Products in cart saved on local storage
- useState hook
- useEffect hook
- context API
- React Router
- Props