This project provides an editor in which users can create different types of nodes and connect them with edges to create graphs. Users can also save and edit their graphs later. Custom nodes can be created to meet specific requirements.
- Node.js
- npm
- Clone the repository:
git clone https://github.com/Inventor77/Work-Flow-Visualizer.git
- Navigate to the project directory:
cd Work-Flow-Visualizer
- Install the dependencies:
npm install
- Start the development server:
npm start
- Text node: Add text to a node
- Image node: Add an image to a node
- Syntax highlight node: Add code with syntax highlighting to a node
- Text area node: Add a large block of text to a node
- Custom node: Create a node with custom content
- Click on the "New Project" button to create a new Work Flow.
- Drag and drop a node to move it around.
- Click and drag an edge to connect two nodes.
- Double-click a node to edit its content.
- Click the save button to save the graph for later use.