Skip to content

hrbohra/AmazonCloneReact

Repository files navigation

Amazon Clone - React

This is a simple Amazon Clone built with React.js. It features a functional Add to Cart system and a demo product listing.

🚀 Features

  • 🛒 Add products to cart
  • 🗑 Remove items from cart
  • 📦 View product details
  • 🌟 Responsive design
  • ⚡ Fast performance with React

📂 Project Structure

amazon-clone/
│-- src/
│   ├── components/    # Reusable UI components
│   │   ├── Cart.js        # Shopping cart functionality
│   │   ├── Footer.js      # Footer section
│   │   ├── Navbar.js      # Navigation bar
│   │   ├── ProductCard.js # Product card component
│   │   ├── ProductDetails.js # Individual product page
│   ├── data/
│   │   ├── products.js    # Sample product data
│   ├── App.js            # Main React component
│   ├── App.css           # Styling for the app
│   ├── index.js          # React entry point
│-- public/              # Public assets
│-- package.json         # Dependencies & scripts
│-- README.md            # Project documentation

🛠️ Installation

  1. Clone the repository:
git clone https://github.com/hrbohra/AmazonCloneReact.git
cd AmazonCloneReact
  1. Install dependencies:
npm install
  1. Start the development server:
npm start

The app will be available at http://localhost:3000.

🔧 Usage

  • Browse available products on the home page.
  • Click on a product to view details.
  • Add items to the cart using the "Add to Cart" button.
  • View cart items and remove them if needed.

📜 License

This project is licensed under the MIT License.


Happy Coding! 🚀

About

An Amazon Frontend Clone with React

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published