GitXplorerGitXplorer
s

Chatbot-flow-builder

public
60 stars
19 forks
0 issues

Commits

List of commits on branch main.
Verified
14519e8df74cd1cc12f08ea2f618ec4fc4cb32e8

Update README.md

ssidx8 committed 5 months ago
Verified
fd5cd60af8d1ee7abefe0039903a2feef88e6935

Update README.md

ssidx8 committed 10 months ago
Verified
b3c584f2bf0bb31f1b18dac20ba8d541a74ee8dc

Update README.md

ssidx8 committed a year ago
Verified
d52ca3792d94b1af380e8c61b527b15f2e75238b

Create CONTRIBUTING.md

ssidx8 committed a year ago
Verified
4033f0165a5c91cb4ea565ed889366cf8c380e00

Create SECURITY.md

ssidx8 committed a year ago
Verified
989714863846e523a638bc5b09579e9dfff6c526

Update issue templates

ssidx8 committed a year ago

README

The README file for this repository.

React Flow live demo

This project is a simple React application built with React Flow and next.js . It demonstrates the implementation of drag and drop nodes with the ability to connect them. The state of the nodes and their connections can be saved and restored.

Features

  1. Drag and drop nodes.
  2. Connect nodes by clicking and dragging from one node's edge to another.
  3. Clicking on a node selects it, and its label can be modified from the sidebar.
  4. Clicking anywhere on the pane deselects the selected node.
  5. Save and restore functionality, which saves the current state of the nodes and their connections, and can restore the state later.

Setup and Installation

First, clone the repository to your local machine:

git clone https://github.com/sidx8/Chatbot-flow-builder.git

Navigate into the project directory:

cd [project-folder-name]

Install the project dependencies:

npm install

To start the project in development mode:

npm start

The application should now be running on http://localhost:3000.

Deployment

The project can be deployed on any hosting service that supports Node.js applications. Examples of such services include Heroku, Vercel, and Netlify. Please refer to the respective platform's documentation for deploying React applications.

Contributing

If you want to contribute to this project, you're always welcome! You can take a look at contributing.md.

Support

If you are having issues with the project, please let me know. i have an email, siddharth0sinha@gmail.com, where you can reach out to me.