Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
karthikyandrapu authored Dec 28, 2024
1 parent 91b766c commit 75ff106
Showing 1 changed file with 117 additions and 4 deletions.
121 changes: 117 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,119 @@
# Flipkart-Clone
This repository contains the source code and project files of the AICTE Front End Development (FED) Internship Program offered by IBM SkillsBuild in collaboration with Edunet Foundation. The project focuses on building a Flipkart clone, which is an e-commerce website mimicking some of the core functionalities of the original Flipkart platform.
# Flipkart Clone

Website Link: https://karthikyandrapu.github.io/Flipkart-Clone/
Welcome to the **Flipkart Clone** repository! This is a web-based clone of Flipkart, developed using HTML, CSS, and JavaScript. The project aims to mimic the look and feel of the Flipkart homepage, providing a visually appealing and responsive user interface.

Presentation Link: https://docs.google.com/presentation/d/1LuT60j0giNhXdq9022FCxWp2tGRH45lt/edit?usp=drive_link&ouid=113744116903722186308&rtpof=true&sd=true
### 🌐 Live Demo
👉 [View the deployed site here!](https://karthikyandrapu.github.io/Flipkart-Clone/)

---

## 📋 Table of Contents

- [Features](#features)
- [Technologies Used](#technologies-used)
- [Screenshots](#screenshots)
- [Installation](#installation)
- [Usage](#usage)
- [Presentation](#presentation)
- [Contributing](#contributing)
- [License](#license)

---

## ✨ Features

- **Fully Responsive Design**: Optimized for various screen sizes.
- **Interactive Carousel**: Image slider to showcase featured products.
- **Dropdown Navigation Menu**: Easy navigation across different categories.
- **Customizable Cards**: Sections displaying products and offers.
- **Footer**: Informative footer with links to social media and other pages.

---

## 💻 Technologies Used

- **HTML5**: Structuring the webpage.
- **CSS3**: Styling and layout design.
- **JavaScript**: Adding interactivity to the UI.

---

## 📸 Screenshots

### Homepage Preview:

![Homepage Screenshot](https://github.com/karthikyandrapu/Flipkart-Clone/blob/91b766c331cb77ba014b5e5372dd05f016f9e66f/images/Screenshots/Homepage.png?raw=true)

### Responsive Design:

![Responsive Design](https://github.com/karthikyandrapu/Flipkart-Clone/blob/91b766c331cb77ba014b5e5372dd05f016f9e66f/images/Screenshots/Responsive.png?raw=true)

---

## ⚙️ Installation

To set up this project locally, follow these steps:

1. **Clone the repository**:

```bash
git clone https://github.com/karthikyandrapu/Flipkart-Clone.git
```

2. **Navigate to the project directory**:

```bash
cd Flipkart-Clone
```

3. **Open the project**:

- Simply open the `index.html` file in any modern browser.

---

## 🚀 Usage

- **Online Demo**: Access the live version via [this link](https://karthikyandrapu.github.io/Flipkart-Clone/).
- **Offline**: Open `index.html` in a web browser.

---

## 📑 Presentation

👉 [View the project presentation here!](https://docs.google.com/presentation/d/1LuT60j0giNhXdq9022FCxWp2tGRH45lt/edit#slide=id.p1)

---

## 🤝 Contributing

Contributions are welcome! Here's how you can help:

1. Fork the repository.
2. Create a new branch (`git checkout -b feature/YourFeature`).
3. Commit your changes (`git commit -m 'Add your message here'`).
4. Push to the branch (`git push origin feature/YourFeature`).
5. Create a pull request.

---

## 📄 License

This project is licensed under the MIT License. See the [LICENSE](LICENSE) file for details.

---

## 🙌 Acknowledgments

- Inspired by the Flipkart UI.
- Thank you to everyone who supports this project!

---

### 📬 Contact

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

- **GitHub**: [karthikyandrapu](https://github.com/karthikyandrapu)

---

0 comments on commit 75ff106

Please sign in to comment.