Skip to content

Commit f6f5d46

Browse files
authored
Create README.md
1 parent bea4451 commit f6f5d46

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# vacation-related-reactRedux-Project
2+
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>
3+
4+
Used my github Api to store data."https://my-json-server.typicode.com/sathiyavalli/places/datas"<br>
5+
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>
6+
Used redux thunk as middleware that allows you to write action creators that return a function instead of an action.<br>
7+
Used "react-pagination-list" for pagination<br>
8+
Sorting done by using javascript sorting<br>
9+
filtering done by used filter option in array of datas.<br>
10+
Used Bootstrap module for responsive page<br>

0 commit comments

Comments
 (0)