App Structure
shopping-cart/ │ ├── public/ │ └── index.html │ ├── src/ │ ├── components/ │ │ ├── ProductList.jsx │ │ ├── ProductItem.jsx │ │ └── Cart.jsx │ │ │ ├── main.jsx │ └── App.jsx │ ├── package.json ├── README.md └── .gitignore
"react" Version @ "^18.3.1"
"react-dom" Version @ "^18.3.1"
"@emotion/react" Version @ "^11.13.0",
"@emotion/styled" Version @ "^11.13.0",
"@mui/icons-material" Version @ "^5.16.7",
"@mui/material" Version @ "^5.16.7",