Skip to content

repos-react/react-surveyman

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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 has 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 85.9%
  • CSS 13.1%
  • HTML 1.0%