This project is about to show the vacation related data that is fetched from API of github by using Redux, Thunk and async React fetch with pagination and filtering, sorting option.
Used my github Api to store data."https://my-json-server.typicode.com/sathiyavalli/places/datas"
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.
Used redux thunk as middleware that allows you to write action creators that return a function instead of an action.
Used "react-pagination-list" for pagination
Sorting done by using javascript sorting
filtering done by used filter option in array of datas.
Used Bootstrap module for responsive page
Keywords: reactredux, reduxThunk, react-pagination, JSON API, Github API, Filtering, Sorting, Bootstrap responsive, nodejs, react