An open-source, interactive Algorithm Visualizer built to help users understand how sorting and pathfinding algorithms work through real-time animations and user-controlled inputs.
- 🧭 Explore pathfinding algorithms like BFS, DFS, Dijkstra’s Algorithm, and A*
- 🖱️ Interactive grid with obstacle placement and speed control
- 🌓 Light/Dark mode toggle
- ⚡ Smooth and responsive UI built with React
- Frontend: React.js, HTML5, TailwindCSS, TypeScript
- State Management: React Context / useReducer / UseContext
- Animations: CSS transitions and dynamic DOM manipulation
- 📘 Breadth-First Search (BFS)
- 📕 Depth-First Search (DFS)
- 🟡 Dijkstra's Algorithm
- 🔴 A* Algorithm
git clone https://github.com/shifluxxc/PIXIT.git
cd PIXIT
npm install
npm run dev