You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
❯ npm create vite@latest pathfinding-visualizer -- --template react-ts
❯ npm install -D tailwindcss postcss autoprefixer
❯ npx tailwindcss init -p
❯ npm i
❯ npm run dev
About
Developed a visually appealing path-finding visualizer using ReactJS and DFS, BFS and Dijkstra. Enhanced the user experience by providing intuitive mouse-based wall creation and removal capabilities. ◦ Grid pathfinding algorithm is demonstrated through animated simulations, which result in efficient pathfinding