This is a super fun project where the user can choose two points on a grid and also create walls! It will visualize the shortest path between the two points using Dijikstra's Algorithm!
To run: Download the zip file
npm i
npm run build
npm run startHAPPY CODING <3