This app contains an interactive map with the stations and lines of Singapore's urban rail system, including planned additions over the next decade. It allows users to find the shortest route from any station to any other station on this future network by using Dijkstra's shortest path algorithm.
- Pan and zoom the map to find MRT stations
- Select starting and destination stations by clicking on the interactive map
- Visualize the route on the map and get directions on the sidebar
You can see a live demo of the app here.
In the project directory, you can run:
Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.
The page will reload if you make edits.
You will also see any lint errors in the console.