Trip Finder is a React Application with Redux and TypeScript that allows users to choose a Departure city, a type of route (cheapest or fastest) and, lastly, the Arrival City. In order to calculate the route from the Departure to the Arrival, Dijkstra's path finding algorithm is implemented.
- Clone the project;
- Run
yarn install
ornpm install
; - Run
yarn start
ornpm start
to start your Development server; - Open your browser on localhost:3000