/Amazon-Clone

Amazon clone is a static replica of the Amazon website, created using only HTML5 and CSS3.

Primary LanguageHTML

Amazon Clone

Welcome to the Amazon Clone repository! This project is a static replica of the Amazon website, created using only HTML and CSS. The goal of this project is to demonstrate the layout and design capabilities of these technologies.

Amazon Clone Screenshot

Table of Contents

Features

  • Responsive design mimicking the Amazon website.
  • Static pages including Home, Product Listing, Product Details, and Cart.
  • Navigation bar with search functionality (static).
  • Footer with informational links.

Technologies Used

  • HTML5: Structure of the web pages.
  • CSS3: Styling and layout.

Setup Instructions

  1. Clone the repository:
    git clone https://github.com/yash-kathesia/Amazon-Clone.git
  2. Navigate to the project directory:
    cd Amazon-Clone
  3. Open the index.html file in your browser:
    open index.html

Usage

  • Explore the layout and design elements.
  • Use as a reference for learning HTML5 and CSS3.

Project Structure

Amazon-Clone/
├── src/
│   ├── index.html
│   ├── style.css
├── assets/images/
│   ├── amazon_logo.png
│   ├── Gaming-Accessories.jpeg
│   └── ...
└── ...

Contributing

Contributions are welcome! Please fork the repository and create a pull request with your changes. For major changes, please open an issue first to discuss what you would like to change.

  1. Fork the repository
  2. Create your feature branch:
    git checkout -b feature/your-feature
  3. Commit your changes:
    git commit -m 'Add some feature'
  4. Push to the branch:
    git push origin feature/your-feature
  5. Create a new Pull Request

License

This project is licensed under the MIT License.