This is a flow chart builder for chatbots made with Typescript and NextJS.
- Editable Nodes with Messages
- Drag and Drop New Messages
- Delete a Node with “Backspace” Button in Keyboard
- Edge connectivity to other Nodes
- Workflow Reset Functionality
- Save and Load Functionality
- Error Handling while Save and Reset.
- Fully build using NextJS and Typescript with the help of React-Flow.
https://drive.google.com/file/d/1P3ig_3cI84ckbICvivF-dFCO_ckV2Wrf/view?usp=sharing
- Node.js 16 or later
git clone [repository]
- Clone the repository
cd [directory]
- CD into Directory
npm install
- Installs all dependencies
npm run dev
- Runs in dev mode.
- Viewable in browser via localhost:3000/
Typescript or application code in app/
directory.