Developed a web app using React Flow library which provides CUD (Create, Update, Delete) operations for building node-based editors and interactive diagrams
Watch the YouTube Demo here: https://youtu.be/0c9ljLWw4s0
- Create node
- Delete Node
- Edit Node Name
- Delete Edge
- Connect Nodes via Edges
- React.js: For building the user interface.
- React Flow: Library for building node based interactive diagrams.
- Redux: For state management.
- Tailwind CSS: For styling the application.
- Vite: As a web application bundler.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
- Node.js
- npm
-
Clone the repo and go to cloned directory
git clone https://github.com/heymitali/react-flow.git; cd react-flow
-
Install NPM packages
npm install
-
Build and Start the server
npm run dev
-
Open your browser and navigate to http://localhost:5173