Skip to content

Harshit2722/react-shoe-store

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

React Shoe Store 🛒

🔗 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.


✨ Features

  • 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

🛠️ Tech Stack

  • React (Vite)
  • JavaScript (ES6+)
  • CSS
  • Vercel for deployment
  • Git & GitHub for version control

📂 Project Structure

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

🚀 Getting Started (Run Locally)

Clone the repository:

git clone https://github.com/Harshit2722/react-shoe-store.git

Go into the project folder:

cd react-shoe-store

Install dependencies:

npm install

Run the development server:

npm run dev

🌐 Deployment

This project is deployed on Vercel and can be accessed here: 👉 https://react-shoe-store-psi.vercel.app


👨‍💻 Author

Harshit Pushkarna GitHub: https://github.com/Harshit2722


⭐ If you like this project, consider giving it a star on GitHub!

About

A simple React-based shoe shopping cart application where users can view products, add or remove items from the cart, and see the total price dynamically.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors