Skip to content

SurveyMan/react-surveyman

 
 

Repository files navigation

React-Surveyman

React-surveyman is a survey building tool for the Surveyman project. The idea is to build a drag-and-drop web interface where users generate instances of the types in the SurveyMan language, and combine them to form surveys. The system will use visual cues, like shape and color, to indicate types and legal operations. Once completed, the surveys will be exported to json which can then be fed into the Java program to build a live survey.

React-surveyman is an accepted project in GSOC 2015 under the Plasma@UMass group.

Currently, it uses

wireframe

Build and Run

In order to start the project locally -

$ npm install 
$ npm run start 
# open localhost:8090 in your browser

Tests

The test suite as it stands is pretty sparse right now and is primarily built for purpose of testing the flux stores.

$ npm run test

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 84.7%
  • CSS 14.1%
  • Other 1.2%