Welcome to mye-473!

Author: Mavis Ye

Course: CSC 47300 - Web Site Design

Professor Kwame Baffour

Homework#1 - Google Search Due 09/22/2022
  • 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, the user should be able to type in a query, click “Google Search”, and be taken to the Google search results for that page.
  • 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).
More details can be found here.
Homework#2 - Calculator Clone Due 10/26/2022
  • Using HTML, CSS, Bootstrap, CSS Grid or Flexbox, build the interface in image attached.
  • Use Javascript to add functionality and logic to the buttons.
Homework#3 - Calculator Clone using React Due 12/18/2022
  • Using the same image for the calculator for the previous homework, build a functional calculator using HTML, CSS, and React.