Campus Paths Web App
As a part of a class I took (CSE 331, Software Design & Implementation, a really fun one I’ll add!) I implemented this web app that finds the shortest path between destinations on the UW campus using Dijkstra's algorithm.
I wrote the backend in Java and it uses the Spark server framework. The frontend uses React + Typescript. To find the shortest path the server uses a graph data structure which I implemented as part of this course.