Game Plan

INRIX Hack 2022 Finalist
Game Plan is a web and mobile app that simplifies planning day trips. Users fill out a questionnaire about their preferences for date, time, area, and interests. The app then curates a customized itinerary with various activities in the chosen locale. It's developed using Flutter and for a seamless front-end experience, and combines Firebase with Flask for backend processing. The app's standout feature is its unique algorithm, which taps into INRIX and Google Maps APIs to offer tailored suggestions based on location ratings and tags.
My contribution to GamePlan was leading the backend development in Python/Flask. I implemented the algorithm to interact with INRIX and Google Maps APIs, identifying potential hotspots and calculating travel times and distances. This was my first experience leading the backend for a project, and I learned a lot about piecing APIs together as well as saving costs by reducing API calls.
