Skip to content

Commit 791d378

Browse files
Update README.md
1 parent 43b6ae5 commit 791d378

File tree

1 file changed

+10
-4
lines changed

1 file changed

+10
-4
lines changed

README.md

+10-4
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
# 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.
33

44
Create a flow chart using drag and drop functionality
55

66
Libraries used:
7-
**1.React**
8-
**2.Redux**
9-
**3.React-Redux**
7+
8+
- React
9+
- Redux
10+
- React-Redux
1011

1112
*Note: Redux-Saga middleware is not used as the application didn't need asynchronus data fetching.*
1213

@@ -16,3 +17,8 @@ take the pull of repository using
1617
install the npm modules using **npm i**
1718

1819
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.

0 commit comments

Comments
 (0)