https://github.com/digicorp/flowy-react-redux
This repository contains the frontend react-reduct converted code of flowy
https://github.com/digicorp/flowy-react-redux
Last synced: 4 months ago
JSON representation
This repository contains the frontend react-reduct converted code of flowy
- Host: GitHub
- URL: https://github.com/digicorp/flowy-react-redux
- Owner: digicorp
- Created: 2020-12-04T14:00:34.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2020-12-04T15:13:10.000Z (about 5 years ago)
- Last Synced: 2025-01-08T20:43:17.675Z (about 1 year ago)
- Language: JavaScript
- Size: 264 KB
- Stars: 0
- Watchers: 6
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# flowy-react-redux
This repository contains the frontend react-redux converted code of flowy.
Create a flow chart using drag and drop functionality
Libraries used:
- React
- Redux
- React-Redux
*Note: Redux-Saga middleware is not used as the application didn't need asynchronus data fetching.*
take the pull of repository using
**git pull https://github.com/digicorp/flowy-react-redux.git**
install the npm modules using **npm i**
start the application using **npm start**
you can see the demo version with the following demo link:
**https://flowy-react-redux.herokuapp.com/**
- Multilevel flow chart with single object achieved.