This project is developed to understand jsPlumb in react js
User can drag and drop selected elements and connect them using jsPlumb plugin
Run below command to clone repo
git clone https://github.com/Basava-Hadimani/canvas-jsplumb-react.git
cd canvas-jsplumb-react
Download all the node modules
npm install
start the project npm start
then open http://localhost:8888/
Happy coding!