Portfolio Angello Portillo Contact

Group Navigation Prototype

Overview

Coordinating multiple cars to the same meetup is harder than it sounds, so I built a prototype that authenticates each driver, tracks their live GPS coordinates, and shares everyone’s position on an interactive Leaflet map. The system combines classic Flask routes for authentication with Flask-SocketIO for location streaming so the UI updates instantly without refreshing.

Feature Highlights

Implementation Notes

Next Iterations

Planned enhancements include driving directions between vehicles, historical route playback, and migrating to Postgres + Redis so we can scale beyond a dozen simultaneous drivers.

Repository