A very small React app that shows one way of using Redux and some related libraries.
https://zarcode.github.io/employeeSchedule/
Download or clone master branch. Inside of the project directory run:
npm install
npm start
This runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.
From firebase database, that is used as REST API. Check https://github.com/zarcode/employeeSchedule/blob/master/src/dummy.json for more details on how data is structured.