CarlosAmaral / trip-finder

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.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

Intructions:

  • Clone the project;
  • Run yarn install or npm install;
  • Run yarn start or npm start to start your Development server;
  • Open your browser on localhost:3000

Demo video

About

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.


Languages

Language:TypeScript 82.0%Language:CSS 13.5%Language:HTML 4.4%Language:Shell 0.1%