Skip to content
This repository was archived by the owner on Oct 5, 2025. It is now read-only.
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions CONTRIBUTORS.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,4 +55,5 @@
| Yash Bandal |<a href="https://github.com/Yash-Bandal">Yash Bandal</a>|
| Harshit Jaiswal |<a href="https://github.com/harshu84190">Harshit Jaiswal</a>|
| Jayesh Sanjay Chaudhari |<a href="https://github.com/JayeshSCoder">Jayesh Sanjay Chaudhari</a>|
| Aditya Chandel |<a href="https://github.com/TonyStark-19">TonyStark-19</a>|
| Anand Kumar Patel |<a href="https://github.com/ubanand36"> Anand Kumar Patel</a>|
Binary file removed DSA_C++/quickSort.exe
Binary file not shown.
Binary file removed DSA_C++/type_casting.exe
Binary file not shown.
91 changes: 91 additions & 0 deletions HTML/Zomato_website/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,91 @@
# πŸ• Zomato Website Clone

This project is a **clone of the Zomato website** built using **HTML, CSS, and JavaScript**, along with **Font Awesome icons**. The goal is to replicate the **homepage design of Zomato** while adding **interactive functionalities** such as search, collection display, and restaurant recommendations.

βœ… **Now fully responsive across all screen sizes** β€” from desktops to tablets and smartphones!

---

## πŸ“Έ Screenshots

### 🏠 Homepage :

![Homepage Screenshot](images/image.png)

---

## 🌐 Live Demo

The project is live and can be viewed here: [Zomato-Clone](https://clone-website-green.vercel.app/)

---

## πŸš€ Features

- 🎯 **Responsive Navbar** with options for logging in, signing up, and adding a restaurant.
- 🌍 **Location-based search bar** for restaurants, cuisines, and dishes.
- πŸ” **Interactive option boxes** for food ordering, dining, and live events.
- πŸ“Œ **Collection section** for trending spots, Instagram-worthy places, and newly opened restaurants.
- πŸ™οΈ **Popular localities section** listing key restaurant areas around Delhi NCR.
- πŸ“± **"Get the Zomato App" section** with email/phone input options.
- πŸ–₯️ **Smooth scrolling and dropdown functionalities** with JavaScript.
- πŸ“Ž **Footer with various informational links and social media icons.**
- πŸ“± **Fully responsive layout** for seamless experience on mobile, tablet, and desktop.

---


## πŸ› οΈ Technologies Used

- πŸ–₯️ **HTML5**: For structuring the webpage.
- 🎨 **CSS3**: For styling and layout, including responsive design.
- ⚑ **JavaScript (Vanilla JS)**: For interactive functionalities.
- 🌟 **Font Awesome**: For icons in the navbar, search bar, and footer.

---

## 🎯 Functionalities Added with JavaScript

- πŸ“ Toggle between showing and hiding **Phone or email options**.
- πŸ” **Explore options** expands the explore opitons.
- 🎭 **Interactive hover effects** on collection boxes.

---

## πŸ“‚ Project Structure

```
Zomato-Clone/
β”‚
β”œβ”€β”€ index.html
β”œβ”€β”€ styles.css
β”œβ”€β”€ script.js
β”œβ”€β”€ images/
β”‚ └── image.png
└── README.md
```

---

## 🎯 How to Run the Project

1️⃣ Clone the repository:
```bash
git clone https://github.com/TonyStark-19/zomato-clone.git
```

2️⃣ Open the project folder:
```bash
cd zomato-clone
```

3️⃣ Open the `index.html` file in your browser.

---

## πŸ“ž Contact

If you have any suggestions or improvements, feel free to reach out! 😊

---

Loading