Skip to content

Commit

Permalink
Create README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Hi-Aman-Jain authored Aug 1, 2024
1 parent f4d51c0 commit 6348d08
Showing 1 changed file with 71 additions and 0 deletions.
71 changes: 71 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,71 @@
# Amazon Clone

![Amazon Clone](https://media.giphy.com/media/xT9IgzoKnwFNmISR8I/giphy.gif)

## Overview

This project is an Amazon Clone where I recreated the home page of Amazon.com to look exactly like the real website. The key difference is that it features only futuristic products for shopping, while maintaining the same look and feel as the original site.

## Features

- **Identical Design:** The home page replicates the design of Amazon.com exactly, ensuring a familiar user experience.
- **Futuristic Products:** Only futuristic products are featured, showcasing advanced and innovative items.

## Tech Stack

- **HTML5:** For the structure and content of the web page.
- **CSS3:** For styling the web page to match Amazon's look and feel.

## Installation

1. Clone the repository:
```bash
git clone https://github.com/your-username/Amazon-Clone.git
```
2. Navigate to the project directory:
```bash
cd Amazon-Clone
```
3. Open `index.html` in your preferred web browser.

## Usage

- Navigate to the home page to see the recreated Amazon website with futuristic products.
- Browse through the different sections to see various futuristic items for shopping.
- The page is fully interactive and mimics the behavior of the actual Amazon home page.

## Screenshots

![Home Page](images/homepage.png)
*Home Page*

![Product Section](images/product_section.png)
*Product Section*

## Demo

Check out a live demo [here](https://your-live-demo-link.com).

## Contributing

1. Fork the repository.
2. Create your feature branch:
```bash
git checkout -b feature/AmazingFeature
```
3. Commit your changes:
```bash
git commit -m 'Add some AmazingFeature'
```
4. Push to the branch:
```bash
git push origin feature/AmazingFeature
```
5. Open a pull request.

## Contact

If you have any questions, feel free to reach out:

- **Email:** : Hi.jainaman@gmail.com
- **LinkedIn:** [Lets Connect](https://www.linkedin.com/in/aman-jain-btech-it24/)

0 comments on commit 6348d08

Please sign in to comment.