File tree 1 file changed +10
-4
lines changed
1 file changed +10
-4
lines changed Original file line number Diff line number Diff line change 1
1
# flowy-react-redux
2
- This repository contains the frontend react-reduct converted code of flowy.
2
+ This repository contains the frontend react-redux converted code of flowy.
3
3
4
4
Create a flow chart using drag and drop functionality
5
5
6
6
Libraries used:
7
- ** 1.React**
8
- ** 2.Redux**
9
- ** 3.React-Redux**
7
+
8
+ - React
9
+ - Redux
10
+ - React-Redux
10
11
11
12
* Note: Redux-Saga middleware is not used as the application didn't need asynchronus data fetching.*
12
13
@@ -16,3 +17,8 @@ take the pull of repository using
16
17
install the npm modules using ** npm i**
17
18
18
19
start the application using ** npm start**
20
+
21
+ you can see the demo version with the following demo link:
22
+ ** https://flowy-react-redux.herokuapp.com/ **
23
+
24
+ - Multilevel flow chart with single object achieved.
You can’t perform that action at this time.
0 commit comments