Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 641 Bytes

README.md

File metadata and controls

24 lines (15 loc) · 641 Bytes

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.