Skip to content

Full-Stack with Data Structures & Algorithm

Notifications You must be signed in to change notification settings

leahjia/Path-Finder

Repository files navigation

Path Finder 🗺️

LinkedIn Personal


Logo

Campus Path Finder

The quickest way to find available routes on campus!

About The Project

  • Path Finder is a client-server application to allow you to search for the shortest routes on UW campus 🏫
  • It uses the modeling of map data structure and API endpoints to allow frontend connection to backend 💻
  • It increases data sorting and retrieval speed by 70% by incorporating Dijkstra’s algorithm ✔️
  • It also ensures high complexity and functionality of the application with Jest, JUnit, and script tests that runs in the back end 🥇

Built With

Java Typescript React HTML5 CSS Bootstrap

Prerequisites

  • Spark
    cd campuspaths-server
    gradle runSpark
  • npm
    npm install
    npm start

Potential Issue Fix

export NODE_OPTIONS=--openssl-legacy-provider

Contact / Feedback

Email: [email protected]

Personal Web - leahjia.com

LinkedIn - @leahjia

Acknowledgments

(back to top)