An app using Dijkstra algorithm to find the shortest path between different cities. https://dijkstra.ruihildt.xyz
Go to file
rui hildt 3c8ba0b71a Add link to source code 2020-02-10 03:45:12 +01:00
public Connect to api and setup basic homepage 2020-02-09 19:40:34 +01:00
src Add link to source code 2020-02-10 03:45:12 +01:00
.gitignore Initial commit from Create React App 2020-02-09 12:09:49 +01:00
README.md Add a readme 2020-02-10 03:17:14 +01:00
package-lock.json Refactor error handling and requests 2020-02-10 00:12:39 +01:00
package.json Refactor error handling and requests 2020-02-10 00:12:39 +01:00
yarn.lock Initial commit from Create React App 2020-02-09 12:09:49 +01:00

README.md

dijkstra-frontend

Find the the shortest path between different cities in Belgium with Dijkstra alogrithm.

Frontend: https://dijkstra.ruihildt.xyz/ Backend: https://dijkstra-backend.herokuapp.com/

Backend Source: https://github.com/ruihildt/dijkstra/ Frontend Source: https://github.com/ruihildt/dijkstra-frontend