This project is a client-side React application that uses SurveyJS components. The application displays a list of surveys with the following buttons that perform actions on the surveys:
- Run - Uses the SurveyJS Form Library component to run the survey.
- Edit - Uses the Survey Creator component to configure the survey.
- Results - Uses the SurveyJS Dashboard component to display survey results as a table.
- Remove - Deletes the survey.
You can integrate this project with a backend of your choice to create a full-cycle survey management service as shown in the following repos:
git clone https://github.com/surveyjs/surveyjs-react-client.git
cd surveyjs-react-client
npm i
npm start