Skip to content

Latest commit

 

History

History
77 lines (55 loc) · 3.42 KB

README.md

File metadata and controls

77 lines (55 loc) · 3.42 KB

SurveyJS Form Library UI for HTML/CSS/JavaScript Applications

form-library.mp4

Build Status Software License Tested with TestCafe Issues Closed issues

A free and open-source MIT-licensed JavaScript form builder library that allows you to design dynamic, data-driven, multi-language survey forms and run them in your vanilla JS applications or integrate them with any frontend framework.

Features

  • Dynamic forms, surveys, polls, and quizzes for your JavaScript application
  • Integration with React, Angular, and Vue
  • Possibility of integration with any other frontend framework
  • Tiny and fast Preact library at the core
  • 20+ built-in question types and support for custom question types
  • Built-in themes and CSS customization
  • Answer validation
  • TypeScript support
  • Community-supported UI localization to 50+ languages
  • Integration with any backend framework (examples for PHP, NodeJS, and ASP.NET included)
  • Compatibility with any server + database combination
  • Third-party component integration

Get Started

To get started with SurveyJS Form Library UI for HTML/CSS/JavaScript applications, refer to the following tutorial: Add a Survey to a JavaScript Application.

Resources

Build SurveyJS Form Library UI from Sources

  1. Build the platform-independent part

  2. Install SurveyJS Form Library UI dependencies and build this library

    cd ../survey-js-ui 
    npm i
    npm run build
    

    You can find the built scripts in folders under the build directory.

  3. Run a test application

    npm run start
    

    This command runs a local HTTP server at http://localhost:7777/.

  4. Run unit tests

    npm run test
    

    The unit tests use Karma.

Licensing

SurveyJS Form Library is distributed under the MIT license.