Skip to content

Commit 09b6757

Browse files
authored
Update README.md
1 parent d0a8c33 commit 09b6757

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,17 @@
22
This project is about to show the vacation related data that is fetched from API of github by using redux and async react fetch with pagination and filtering, sorting option.<br>
33

44
Used my github Api to store data."https://my-json-server.typicode.com/sathiyavalli/places/datas"<br>
5+
56
React fetch for asyc operation and used reactRedux to create globalstate that can be used globally anywhere in the app by getting and storing the value in store.<br>
7+
68
Used redux thunk as middleware that allows you to write action creators that return a function instead of an action.<br>
9+
710
Used "react-pagination-list" for pagination<br>
11+
812
Sorting done by using javascript sorting<br>
13+
914
filtering done by used filter option in array of datas.<br>
15+
1016
Used Bootstrap module for responsive page<br>
1117

1218
Keywords: reactredux, reduxThunk, react-pagination, JSON API, Github API, Filtering, Sorting, Bootstrap responsive

0 commit comments

Comments
 (0)