Solution for CS50W's Project 0
Google Clone is a web application that serves as a frontend for Google Search, Google Image Search, and Google Advanced Search. It aims to replicate the core functionalities of the popular search engine, allowing users to search for information, images, and use advanced search operators.
- Google Search: Enter a query in the search box and retrieve relevant search results just like on Google.
- Google Image Search: Search for images by entering keywords and browse through a gallery of image results.
- Google Advanced Search: Utilize advanced search operators to refine your searches and find specific information.
- HTML: The structure and layout of the web pages are built using HTML.
- CSS: CSS is used for styling the user interface, ensuring a visually appealing design.
To run the Google Clone application locally, follow these steps:
- Clone the repository:
git clone https://github.com/InternetMadeCoder/Google-Clone.git - Navigate to the project directory:
cd Google-Clone - Open the index.html file in your preferred web browser.