Application
Triangle ice cream is a web app built with the React framework. It utilizes APIs to view ice cream stores local to North Carolina's research triangle region.
Goals
Create an app that features a map of ice cream stores around the Research Triangle area. Use Zamoto's API to provide ratings, geolocation coordinates, and menu links for each store. Display the stores using the Google Maps API. Apply a service worker for offline functionalities.
Obstacles
Applying the Google Maps API to an individual react component was the most time-consuming part of the project. I applied an async script loader so I could operate on the callback of the script.
Takeaway
Through this project, I learned how to retrieve and use data from a third-party API and to apply it to another API.