A tool being able to animate a path between two nodes from a grid. The
pathfinding algorithms implemented are: Dijkstra, A*, BFS, DFS. The user can draw walls, set animation
speed and choose an algorithm for animating the path. This task was realized using mainly JavaScript
(React.js)