https://github.com/patocallaghan/questionnaire-js
Reworking a Questionnaire flow I once implemented using only jQuery with different JS frameworks
https://github.com/patocallaghan/questionnaire-js
Last synced: 3 months ago
JSON representation
Reworking a Questionnaire flow I once implemented using only jQuery with different JS frameworks
- Host: GitHub
- URL: https://github.com/patocallaghan/questionnaire-js
- Owner: patocallaghan
- License: mit
- Created: 2014-01-12T23:10:08.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2014-01-13T00:29:32.000Z (over 11 years ago)
- Last Synced: 2025-01-27T17:54:05.686Z (4 months ago)
- Language: JavaScript
- Homepage:
- Size: 973 KB
- Stars: 1
- Watchers: 2
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Questionnaire-js
While working at [Terabyte Interactive](http://www.terabyte.co.nz) I implemented a Questionnaire flow [here](https://www.nzte.govt.nz/en/export/export-ready-questionnaire/). Some of the business logic and validations were quite complex which made building it quite tricky. At the time I didn't use a JS MV* framework but always wondered how different building it would have been if I had.
Taking a cue from [ToDoMVC](http://www.todomvc.com) I've decided (when I have time) to try and rewrite the Questionnaire using different MV* frameworks. Rather than just building a to-do list this will give me a better *real world* example and allow me to better judge selecting a framework when the need be.
Frameworks I'd like to try:
* [AngularJS](http://www.angularjs.org)
* [EmberJS](http://www.emberjs.com)
* [Marionette](http://marionettejs.com)
* [React](http://facebook.github.io/react/)## Requirements
* Questionnaire must be flexible i.e. It can't be hardcoded. It can have as many steps or substeps as need me.