I learned how to work with the Google Maps API to display the location with a marker. One of the challenges I faced was figuring how to submit the form when the page first loads. I achieved this with a useEffect hook that runs a function to submit the form when the page first loads. This allowed me to fetch the user's current IP Address.