An open API service indexing awesome lists of open source software.

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.

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!