Skip to content

JayRathore10/Ecommerce-project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 

Repository files navigation

🛒 E-Commerce Frontend (React)

📌 Overview

This is a React-based e-commerce frontend project. It uses the SuperSimpleDev API to fetch products and display them. The app allows users to browse products, add items to the cart, and manage their shopping experience.

🚀 Features

  • Product listing with details
  • Add to cart / remove from cart
  • Cart item count update
  • Responsive design for mobile & desktop

🛠️ Tech Stack

📂 Project Structure

/ecommerce-frontend
  ├── src/
  │   ├── components/   # Reusable UI components
  │   ├── pages/        # Main pages (Home, Cart, etc.)
  │   ├── App.js        # Root component
  │   └── index.js      # Entry point
  ├── public/           # Static assets
  ├── package.json
  └── README.md

⚡ Installation & Setup

  1. Clone the repository

    git clone https://github.com/your-username/ecommerce-frontend.git
    cd ecommerce-frontend
  2. Install dependencies

    npm install
  3. Start development server

    npm start

    The app will run at http://localhost:3000

📷 Screenshots

(Add screenshots of your UI here – Home page, Cart page, etc.)

🤝 Contributing

Feel free to fork this repo and submit pull requests with improvements.

📜 License

This project is licensed under the MIT License.


About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published