Gen1a / CS50W-Project0-Google-Search

A clone of Google's Search Advanced Search and Images.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CS50-Project0-Google-Search

A quick overview of the first assignment of CS50 Web Programming: a simple clone of Google Search, Google Advanced Search and Google Images purely made with HTML and SCSS.

Youtube Video

A short video where I go through the required specifications of the project: https://www.youtube.com/watch?v=VnJctVoojwc

Assignment specification

  • Pages. Your website should have at least three pages: one for Google Search, one for Google Image Search, and one for Google Advanced Search.
    • On the Google Search page, there should be links in the upper-right of the page to go to Image Search or Advanced Search. On each of the other two pages, there should be a link in the upper-right to go back to Google Search.
  • Query Text. On the Google Search page, the user should be able to type in a query, click “Google Search”, and be taken to the Google search results for that page.
    • Like Google’s own, your search bar should be centered with rounded corners. The search button should also be centered, and should be beneath the search bar.
  • Query Images. On the Google Image Search page, the user should be able to type in a query, click a search button, and be taken to the Google Image search results for that page.
  • Query Advanced. On the Google Advanced Search page, the user should be able to provide input for the following four fields (taken from Google’s own advanced search options)
    • Find pages with… “all these words:”
    • Find pages with… “this exact word or phrase:”
    • Find pages with… “any of these words:”
    • Find pages with… “none of these words:”
  • Appearance. Like Google’s own Advanced Search page, the four options should be stacked vertically, and all of the text fields should be left aligned.
    • Consistent with Google’s own CSS, the “Advanced Search” button should be blue with white text. When the “Advanced Search” button is clicked, the user should be taken to search results page for their given query.
  • Lucky. Add an “I’m Feeling Lucky” button to the main Google Search page. Consistent with Google’s own behavior, clicking this link should take users directly to the first Google search result for the query, bypassing the normal results page.
  • Aesthetics. The CSS you write should match Google’s own aesthetics as best as possible.

About

A clone of Google's Search Advanced Search and Images.


Languages

Language:HTML 64.6%Language:SCSS 35.4%