ReactFlow Task

Live project demo: https://interactly1.netlify.app

Table of Contents

Introduction

This project implements CRUD (Create, Update, Delete) operations on a graph using the reactflow.dev library in ReactJS Redux. The web page named 'Home' features functionalities such as creating nodes, connecting them with branches, and deleting nodes and branches.

Features

  • After creating a Node

  • image

  • select edge or node that show red cross

  • image

  • For delete the node or edge just click on red cross. After delete

  • image

Getting Started

How can you get started with the project.

Installation

How to install project. Open a terminal or command prompt and navigate to the directory where you want to clone the project.

git clone https://github.com/abhijeet-crypto/Interactly.git
npm i
npm start