Right now, there are many tutorial react apps to show how to make it work with redux and react, but these apps do not help to learn how to handle a real project. Survey or questionaier is a well-known problem. React Survey is a project show how to use redux and react build a more complicated web application.
See live demo here
This is just a front end part of the whole application. To make the application work, the backend part is also necessary.
npm install
export REACT_APP_ENDPOINT=http://localhost:3000
npm startGet the backend part from here. This is a rails5 application. You need install ruby on your machine.
The fatest way to deploy the backend is to use Heroku.



