Comfort Cycle
Web-based application that enables users to select a starting and ending point on a map, and obtain the shortest bike route between them. Utilize Dijkstra's algorithm to traverse the graph and find the shortest path based on the user's selected points.
Github LinkLink to Writeup