- Search: Reverse engineered the front-end for Google Search, Google Image Search, and Google Advanced Search.
- I wrote all the code in this repository.
- Deconstructing website functionality
- Chrome Developer Tools, specifically the Network tab
- Analyzing URL parameters
- HTML Form
name
,id
, andaction
relationships
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"