A web-based application that calculates the shortest path between nodes in a weighted graph using Dijkstra’s Algorithm. It provides a user-friendly interface to select start and end nodes and instantly view the optimal route and distance.
- Select start and end nodes from a dropdown.
- Calculate the shortest path between nodes using Dijkstra’s algorithm.
- Displays the calculated path and total distance.
- Clear functionality to reset selections and results.
- Responsive design for smaller screens.
- Placeholder illustration displayed before calculation.
- HTML5 – Structure of the web page
- CSS3 – Styling and responsive layout
- JavaScript (ES6) – Algorithm logic and DOM manipulation
- Font Awesome – Icon usage for buttons
- Clone the repository:
git clone https://github.com/HasikaDilshani/UI_Task_Calculator_Amp.git