Skip to content

ReshanCSX/CS50W-Project0-search

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CS50W - Project 0 - Search

CS50’s Web Programming with Python and JavaScript- Project 0 - Search

This project was to develop a front-end for Google Search, Google Image Search, and Google Advanced Search built by using HTML, CSS, Bootstrap, and SCSS.

It was the Project 0 of Harvard's CS50W, web programming with Python and Javascript, in 2023.

Project Specifications

This project was built according to these specifications

  1. Pages
  • Your website should have at least three pages: one for regular Google Search (which must be called index.html), 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.
  1. Query - 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, your search bar should be centered with rounded corners. The search button should also be centered, and should be beneath the search bar.

  1. Query - Image Search
  • 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.
  1. Query - Advanced Search
  • 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.
  1. I'm Feeling 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.
  1. Aesthetics
  • The CSS you write should resemble Google’s own aesthetics.

Project Preview

VIDEO LINK

  • Search Page

image

  • Image Search Page

image

  • Advanced Search Page

image

About

CS50’s Web Programming with Python and JavaScript

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published