PathFinding Visualizer

Introduction
This is a visualization tool that illustrates the working of the pathfinding algorithms to render the shortest path between two nodes.

Working Theory
Front-end is developed using React, Css, HTML.
Also built the start node, end node, obstacle nodes, and the grid.
Generated animations to visualize the exploration made by the algorithm.