/graph

Primary LanguageTypeScript

React Graph Component

A component for manage a graph in react. Its component

Description

Graphical representation of a graph is required, along with performing operations. The operations to be performed are: 1. Add a node, 2. Delete a node, 3. Connect two nodes through an edge. The nodes in the graph can be moved by the user using drag and drop.

Todo

  • Make a compoent graph.
  • Remove a node.
  • Link a source node to a destination node.