https://github.com/27ahmad/google-clone
This project is a clone of Google’s search interface, created as part of CS50’s Web Programming course. It includes basic search, image search, and advanced search functionalities to demonstrate front-end design and basic query handling.
https://github.com/27ahmad/google-clone
css html query
Last synced: 11 months ago
JSON representation
This project is a clone of Google’s search interface, created as part of CS50’s Web Programming course. It includes basic search, image search, and advanced search functionalities to demonstrate front-end design and basic query handling.
- Host: GitHub
- URL: https://github.com/27ahmad/google-clone
- Owner: 27ahmad
- Created: 2024-11-14T13:26:20.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-14T13:54:54.000Z (over 1 year ago)
- Last Synced: 2025-03-04T23:29:40.133Z (over 1 year ago)
- Topics: css, html, query
- Language: HTML
- Homepage: https://27ahmad.github.io/Google-Clone/
- Size: 12.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 🌐 Project 0 - Google Search Clone
Welcome to my **CS50 Project 0** from Harvard’s *Web Programming with Python and JavaScript* course! This project replicates the front-end of **Google Search** with a few cool features, including **Images Search** and **Advanced Search** pages 🌟.
## 📜 Project Description
This project is a simplified version of Google’s search interface, featuring:
- 🔍 **Search Page**: A replica of Google’s classic search page with a query input and search options.
- 🖼️ **Image Search Page**: Similar to Google Images, where users can search for images.
- 🛠️ **Advanced Search Page**: For more specific searches with filters like exact phrases, exclusions, and language options.
Built with **HTML and CSS**, it recreates a familiar, Google-like user experience.
## ✨ Features
- **Home/Search Page**: Type in a query and click "Search" or "I'm Feeling Lucky."
- **Image Search Page**: Find images with a quick search.
- **Advanced Search Page**: Refine your search with various options.
## 🚀 Getting Started
### Prerequisites
- Knowledge of **HTML and CSS** basics
### 🖥️ Usage
1. Open the homepage to start searching 🕵️♂️!
2. Test the "Search" and "I'm Feeling Lucky" buttons.
3. Try out the **Image Search** and **Advanced Search** pages to explore additional options!