🔗 Live Demo: https://react-shoe-store-psi.vercel.app
A simple and responsive React-based shopping cart application where users can browse shoes, add or remove items from the cart, adjust quantity, and view the total price in real time.
- View available shoe products
- Add items to cart
- Increase or decrease quantity
- Remove items from cart
- Dynamic total price calculation
- Clean and responsive UI
- Deployed online using Vercel
- React (Vite)
- JavaScript (ES6+)
- CSS
- Vercel for deployment
- Git & GitHub for version control
my-react-app/
├── public/
├── src/
│ ├── assets/ # Product images
│ ├── App.jsx # Main app component
│ ├── App.css
│ ├── index.css
│ ├── main.jsx
│ ├── ShoppingPage.jsx # Shopping/cart UI logic
│ └── ShoppingPage.css
├── index.html
├── package.json
├── vite.config.js
├── .gitignore
└── README.md
Clone the repository:
git clone https://github.com/Harshit2722/react-shoe-store.gitGo into the project folder:
cd react-shoe-storeInstall dependencies:
npm installRun the development server:
npm run devThis project is deployed on Vercel and can be accessed here: 👉 https://react-shoe-store-psi.vercel.app
Harshit Pushkarna GitHub: https://github.com/Harshit2722
⭐ If you like this project, consider giving it a star on GitHub!