Skip to content

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.

Notifications You must be signed in to change notification settings

CarlosAmaral/trip-finder

Repository files navigation

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

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.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published