DrAcula27 / search

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

search: a frontend Google clone

CS50W - HTML/CSS - Project0: Search

Project MVP

The website must meet the following requirements:

  • It should have at least three pages:
    1. one for regular Google Search (which must be called index.html),
    2. one for Google Image Search, and
    3. 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.
  • 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, the search bar should be centered with rounded corners. The search button should also be centered, and should be beneath the search bar.
  • 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.
  • 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:”
  • 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 the search results page for their given query.
  • 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.
    • There may be a redirect notice when using the “I’m Feeling Lucky” button. Not to worry! This is an expected consequence of a security feature implemented by Google.
  • The CSS should resemble Google’s own aesthetics.

About


Languages

Language:HTML 64.7%Language:CSS 34.2%Language:JavaScript 1.1%