Skip to content

JayRathore10/Ecommerce-project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

48 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

🀝 Contributing

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

Screenshot

put them

πŸ“œ License

This project is licensed under the MIT License.


About

πŸ›’ React-based e-commerce frontend with product browsing, cart management, and responsive UI powered by the SuperSimpleDev API.

Topics

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors