Graph Visualizer is a web-based tool designed to visualize and interact with various types of graphs and data structures. This tool provides an intuitive interface for users to create, manipulate, and analyze graphs, making it ideal for both educational purposes and professional use.
- Dynamic Graph Creation: Easily create nodes and edges with just a few clicks.
- Customizable Nodes and Edges: Adjust the properties such as color, size, and labels to suit your visualization needs.
- Algorithm Visualization: Watch popular graph algorithms (e.g., BFS, DFS, Dijkstra's) run step-by-step on your graph.
- Responsive Design: Use the tool on any device, from desktops to smartphones.
- Real-time Updates: Immediate feedback as you manipulate graphs, providing a seamless user experience.
- Node.js (version 14 or higher)
- npm or yarn package manager
- Clone the repository: git clone https://github.com/Drigger91/graph-_visualizer.git cd graph-_visualizer