https://github.com/paraggoyal28/pathfinding-visualizer
A Visualization for finding shortest path for a customly generate maze
https://github.com/paraggoyal28/pathfinding-visualizer
pathfinding pathfinding-algorithms
Last synced: 24 days ago
JSON representation
A Visualization for finding shortest path for a customly generate maze
- Host: GitHub
- URL: https://github.com/paraggoyal28/pathfinding-visualizer
- Owner: paraggoyal28
- License: apache-2.0
- Created: 2025-11-23T09:53:40.000Z (7 months ago)
- Default Branch: master
- Last Pushed: 2025-11-30T09:22:25.000Z (7 months ago)
- Last Synced: 2025-12-02T13:59:26.909Z (7 months ago)
- Topics: pathfinding, pathfinding-algorithms
- Language: TypeScript
- Homepage: https://paraggoyal28.github.io/pathfinding-visualizer/
- Size: 7.52 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Pathfinding Visualizer
### React + TypeScript + Tailwind

### Get Started From Scratch
```
❯ npm create vite@latest pathfinding-visualizer -- --template react-ts
❯ npm install -D tailwindcss postcss autoprefixer
❯ npx tailwindcss init -p
❯ npm i
❯ npm run dev
```