An open API service indexing awesome lists of open source software.

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

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.