Graphixor is an interactive Graph Algorithm Visualizer tool that visually demonstrates how popular graph algorithms work step-by-step. You can create nodes, connect edges, and watch algorithms like BFS, DFS, and Minimum Spanning Tree run in real time. This project helps beginners, students, and developers clearly understand graph traversal and shortest-path techniques.
🔗 Live Demo: https://graphixor-graph-algo.web.app
Interactive graph creation (add nodes & edges)
Visualization of BFS and DFS traversal
Minimum Spanning Tree algorithm animation
Highlights visited nodes and final path
Adjustable graph and algorithm controls
Clean and beginner-friendly UI
Educational and great for learning DSA concepts
HTML
CSS
JavaScript
• Click on the Code button
• Select Download ZIP
• Extract the ZIP file (Or use git clone if you prefer)
Do not rename or modify any file.
Make sure all the files in respective folders to be saved in a single project folder only.
The project depends on the original file structure to work correctly.

Locate the file named welcome.html inside the project folder.
Right-click on welcome.html → Select Open with → Choose your web browser (Chrome, Edge, Firefox, etc.)
This project is open-source and available for free use. You are welcome to modify, enhance, or redistribute it for personal, educational, or experimental purposes.