Skip to content

Latest commit

 

History

History
19 lines (16 loc) · 1.15 KB

README.md

File metadata and controls

19 lines (16 loc) · 1.15 KB
  • 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

💡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"