This is react table with redux. It has features like sorting, filtering and pagination. It has details page, where navigation is done using react router. On details page there is simple form which is implemented using redux-form.
Basic test cases are also added using Jest.
yarn or npm install
yarn server or npm run server
Check json-server for more information.
yarn start