All Projects → prakhar1989 → React Surveyman

prakhar1989 / React Surveyman

Licence: bsd-2-clause
SurveyMan in React

Programming Languages

javascript
184084 projects - #8 most used programming language

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 [email protected] group.

Currently, it uses

wireframe

Build and Run

In order to start the project locally -

$ git clone --recursive http://github.com/prakhar1989/react-surveyman
$ npm install 
$ cd js/sub/surveyman.js && npm install && cd ../../../
$ 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
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].