Skip to content

G1KUMAR-INDIA/React-Task-ShoppingCart-

Repository files navigation

This Application is developed basically with the help of React + Vite

App Structure

shopping-cart/ │ ├── public/ │ └── index.html │ ├── src/ │ ├── components/ │ │ ├── ProductList.jsx │ │ ├── ProductItem.jsx │ │ └── Cart.jsx │ │ │ ├── main.jsx │ └── App.jsx │ ├── package.json ├── README.md └── .gitignore

Install packages

React:

"react" Version @ "^18.3.1"

React-DOM:

"react-dom" Version @ "^18.3.1"

Material UI for Styles

"@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",