Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Gokilp authored Dec 3, 2023
1 parent eca3fd4 commit 5a5021a
Showing 1 changed file with 24 additions and 15 deletions.
39 changes: 24 additions & 15 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,38 +9,47 @@ Amazon Online Store Clone
4. [Installation](#installation)
5. [Contributing](#contributing)

## Description
This project is an HTML/CSS clone of the Amazon online store interface.

This project aims to replicate the layout and structure of the Amazon website's main page using HTML for the structure and CSS for styling.

It replicates several key components of the Amazon website, such as the header, navigation bar, hero section, product sections, and footer. The layout is responsive and designed to adapt to different screen sizes.
# Zerodha

## Features
Navbar with essential Amazon-like functionalities such as search, user account, cart, and navigation panels.
## Description

Hero section displaying a message and an image.
This project demonstrates a web interface inspired by Zerodha, an online platform for investing in stocks, derivatives, mutual funds, and more. The provided HTML structure showcases a landing page with various sections resembling the Zerodha platform's design elements.

Shop section showcasing different product categories with "See More" links.
## Preview

Footer with various sections including links to navigate, social media links, and legal information.
![Zerodha Landing Page](images/landing.png)

## Screenshots
![amzon vedio](https://github.com/Gokilp/Amazon_clone/assets/76507378/686b3554-4eb3-4611-9615-d76760f7a5d2)
## Features

- **Navbar:** Includes essential navigation links such as Signup, About, Product, Pricing, and Support. The navigation bar has a responsive design for mobile devices.

- **Landing Page Image:** A large image depicting an enticing view or message.

- **Headings and Text:** Sections with headings styled to draw attention and convey important messages.

- **Signup Button:** A call-to-action button styled with a background color and rounded corners, prompting users to sign up.

## Installation

To view or edit this project:
1. Clone the repository:
```bash
git@github.com:Gokilp/Amazon_clone.git
git clone <repository_url>
```
2. Open the project in your preferred code editor.

## Usage

Open the `index.html` file in a web browser to view the Zerodha-inspired landing page.

## Contributing

Contributions are welcome! If you find any issues or want to enhance the project:
Contributions are welcome! If you wish to enhance or fix issues:
1. Fork the repository.
2. Create your feature branch (`git checkout -b feature/YourFeature`).
3. Commit your changes (`git commit -am 'Add some feature'`).
4. Push to the branch (`git push origin feature/YourFeature`).
5. Create a new Pull Request.



0 comments on commit 5a5021a

Please sign in to comment.