/trip-sorter

Simple app which helps you find the best trip option in terms of time or money between two cities. Based on Dijkstra's shortest path algorithm.

Primary LanguageJavaScript

Trip Sorter App

Live demo: https://trip-sorter-by-byzyk.herokuapp.com/

Description

Simple app which helps you find the best trip option in terms of time or money between two cities.

The app built on React (create-react-app) and Bootstrap and based on Dijkstra's shortest path algorithm. You can find amazing explanation of Dijkstra's algorithm here and it's implementation in different languages in this repo.

TODO:

  • test coverage (jest)
  • animations and transitions
  • app loading state
  • form auto-complete