A React/Redux/Material frontend developed to support the Survey micro-service and to provide a survey application. This application provides one or more survey forms which are generated by a JSON schema. The Admin (work in progress) provides a UI to construct survey forms as well as update or delete existing ones.
- Survey
- This component provides the survey forms that are used for submitting surveys
- Admin
- This component provides the ability to generate survey forms.
- Analytics
- This component provides metrics based from survey submissions.
- npm install
- npm start
- npm run build:webpack