


BCIT WayFinder is a campus navigation app for the BCIT Burnaby campus. It helps students, staff, and visitors navigate footpaths and buildings where Google Maps lacks coverage. I led the React frontend while teammates handled data extraction and backend integrations.
A React web app with a familiar mapping UI, geolocation to show current position, an autocomplete search for buildings and amenities, and custom routing based on a campus PDF converted into nodes and intersections. We computed shortest paths with Dijkstra’s algorithm and rendered routes with building info and color-coded markers.