=> This is Cart of an Mobile shop application which performs the operations like
- Increase and decrease the quantity of each and every items in the cart
- We can Remove the cart item from the cart
- The total amount and Total Quantity of all the cart items will display on top right corner of the page
This template provides a minimal setup to get React working in Vite with HMR and some ESLint rules.
Currently, two official plugins are available:
- @vitejs/plugin-react uses Babel for Fast Refresh
- @vitejs/plugin-react-swc uses SWC for Fast Refresh