compressed-search.mp4
This project provides a front-end implementation for Google Search, Google Image Search, and Google Advanced Search. It uses HTML and CSS to create a functional and aesthetically pleasing interface for interacting with Google's search services.
This project features three main pages:
- Google Search: A page for performing standard Google searches.
- Google Image Search: A page for performing Google image searches.
- Google Advanced Search: A page for performing advanced searches with multiple query fields.
- Google Search Page: Users can enter a query and be redirected to Google’s search results. Includes an "I'm Feeling Lucky" button.
- Google Image Search Page: Users can perform image searches on Google.
- Google Advanced Search Page: Users can perform advanced searches with fields for various types of queries.
-
Clone the repository:
git clone https://github.com/yourusername/google-search-front-end.git
-
Open the Project
-
Navigate to the project directory
-
Open the
index.html
page in your web browser
-
- Inspired by Google's Search Interface and Design Principles
- Project idea provided by CS50W