Skip to content

Latest commit

 

History

History
31 lines (17 loc) · 954 Bytes

README.md

File metadata and controls

31 lines (17 loc) · 954 Bytes

Project Name

Graph Visualizer

alt text

Description

This project is a web application that allows users to visualize graphs. The user can add nodes and edges to the graph, and the application will display the graph in a visually appealing way. The user can also run algorithms on the graph, such as Dijkstra's algorithm, and the application will display the results of the algorithm on the graph.

Author

This project was created by Vardan Saini

Installation

To install the dependencies, run the following command: npm install

Usage

To start the application, run the following command: npm start

License

This project is licensed under the MIT license.

References

https://www.sigmajs.org # Example code provieded on this library was used and modified by the author.