Shopping Cart
Step 1: Creating a Component src/components/ProductCard.jsx src/components/Header.js
Step 2: State and Event Management src/components/ProductCard.jsx
onAddProduct src/components/Header.jsx onDeleteProduct onCleanCart allProducts
Step 3: API Integration src/components/ProductCard.jsx getToken getProducts
Step 4: Optimization and Unit Testing src/data.js
Command to compile the application locally npm run dev