Skip to content

HangToeah/surveyjs-react-client

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Node.js CI

SurveyJS React Application

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 Library component to run the survey.
  • Edit - Uses the Survey Creator component to configure the survey.
  • Results - Uses the Survey Analytics component to display survey results as a table.
  • Remove - Deletes the survey.

My Surveys App

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:

Run the Application

git clone https://github.com/surveyjs/surveyjs-react-client.git
cd surveyjs-react-client
npm i
npm start

About

This project is a client-side React application that uses SurveyJS components. You can integrate it with a backend of your choice to create a full-cycle survey management service.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • TypeScript 74.8%
  • JavaScript 16.9%
  • CSS 5.2%
  • HTML 3.1%