# [Google Search: HTML and CSS](https://jacobgrisham.github.io/Google-Homepage-HTML-and-CSS/)
### Homework from [Harvard's Web Programming with Python and Javascript CS50W hosted on eDX](https://www.edx.org/course/cs50s-web-programming-with-python-and-javascript)
### 🎓 [Project 0](https://cs50.harvard.edu/x/2020/psets/6/)
- [Search](https://cs50.harvard.edu/web/2020/projects/0/search/): Reverse engineered the front-end for Google Search, Google Image Search, and Google Advanced Search.
- I wrote all the code in this repository.

## 🖥 Walkthrough on Youtube
[![Search Demo](youtube-thumbnail.png)](https://www.youtube.com/watch?v=EmUotaFwmRc)

## 💡Lessons Learned
- Deconstructing website functionality
- Chrome Developer Tools, specifically the Network tab
- Analyzing URL parameters
- HTML Form `name`, `id`, and `action` relationships

## 🚀 Getting Started
To run this project locally:
- Option 1: With the folder open in your text editor, right click on the index.html and select "Copy Path", and then paste into the browser of your choice
- Option 2: With the folder open in your text editor, right click on the index.html and select "Open with Live Server"
