This is a UI for survey-api project in React. The main functions that create single question survey, collect scores with the range of 1-10 and feedback as text. And see answers.
- Topic Creation
- Collect Reaction between 1 to 10
- See Answers
- Clone this repo to your desktop and run
npm install
to install all the dependencies. - Change
apiUrl
fromsrc/config.json
Start application with npm start
run npm run build
The build located in /build
folder.
[] Dockerize the application