This is a web application that visualizes the shortest path between two points in a maze like scenario. The application will first prompt you to provide the desired locations of the starting and ending points. THe application will then load a grid with the starting point in green and the ending point in red. The user can click on grid points to set up walls. Finally, when the user clicks the visualize button, the app will use Djikstra's algorithm to determine the shortest path betwen the two points that does not go through any of the walls that the user has set up.
To run the application, use npm start