gitextract_hh3y72qy/ ├── .gitignore ├── README.md ├── azure-pipelines/ │ └── master/ │ └── react-quickstart-main.yml ├── package.json ├── public/ │ ├── index.html │ └── manifest.json └── src/ ├── App.css ├── App.js ├── App.test.js ├── components/ │ ├── MyQuestion.js │ ├── SurveyAnalytics.js │ ├── SurveyAnalyticsTabulator.js │ └── SurveyCreator.js ├── data/ │ ├── analytics_data.js │ └── survey_json.js ├── index.css ├── index.js ├── pages/ │ ├── Analytics.js │ ├── AnalyticsTabulator.js │ ├── Creator.js │ ├── Export.js │ ├── Home.js │ └── Survey.js └── registerServiceWorker.js