All Projects → simonv3 → Quick Survey

simonv3 / Quick Survey

Licence: mit
A tool for quick surveys, try it out. (No longer maintained).

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Quick Survey

survey kit
Flutter library to create beautiful surveys (aligned with ResearchKit on iOS)
Stars: ✭ 68 (-37.61%)
Mutual labels:  forms, survey
Forms
📝 Simple form & survey app for Nextcloud
Stars: ✭ 127 (+16.51%)
Mutual labels:  survey, forms
Uniforms
A React library for building forms from any schema.
Stars: ✭ 1,368 (+1155.05%)
Mutual labels:  meteor, forms
Ohmyform
✏️ Free open source alternative to TypeForm, TellForm, or Google Forms ⛺
Stars: ✭ 1,065 (+877.06%)
Mutual labels:  survey, forms
Surveykit
Android library to create beautiful surveys (aligned with ResearchKit on iOS)
Stars: ✭ 288 (+164.22%)
Mutual labels:  survey, forms
forms-frontend
Frontend for Python Discord forms.
Stars: ✭ 18 (-83.49%)
Mutual labels:  forms, survey
Meteor Autoform
AutoForm is a Meteor package that adds UI components and helpers to easily create basic forms with automatic insert and update events, and automatic reactive validation.
Stars: ✭ 1,453 (+1233.03%)
Mutual labels:  meteor, forms
Survey Library
JavaScript Survey and Form Library
Stars: ✭ 3,060 (+2707.34%)
Mutual labels:  survey, forms
Vue Flow Form
Create conversational conditional-logic forms with Vue.js.
Stars: ✭ 315 (+188.99%)
Mutual labels:  survey, forms
Formium
The headless form builder for the modern web.
Stars: ✭ 78 (-28.44%)
Mutual labels:  survey, forms
Wq.app
💻📱 wq's app library: a JavaScript framework powering offline-first web & native apps for geospatial data collection, mobile surveys, and citizen science. Powered by Redux, React, Material UI and Mapbox GL.
Stars: ✭ 99 (-9.17%)
Mutual labels:  survey
Xamarincontrols
Cross-platform controls for Xamarin and Xamarin.Forms.
Stars: ✭ 104 (-4.59%)
Mutual labels:  forms
Form
Form is an iOS Swift library for building and styling UIs
Stars: ✭ 99 (-9.17%)
Mutual labels:  forms
Nostyle
Design System
Stars: ✭ 101 (-7.34%)
Mutual labels:  forms
Instagram Clone
Web/Android/iOS app to share photos on Google Maps in < 300 lines of code. Features REST API, shake to undo, OAuth login etc.
Stars: ✭ 99 (-9.17%)
Mutual labels:  meteor
Meteor Integration
🚀 meteor add apollo
Stars: ✭ 107 (-1.83%)
Mutual labels:  meteor
Get Form Data
Gets form and field data via form.elements
Stars: ✭ 97 (-11.01%)
Mutual labels:  forms
Surveyproject
Survey Project Webapplication - development, sources & releases
Stars: ✭ 97 (-11.01%)
Mutual labels:  survey
React Jsonschema Form
A React component for building Web forms from JSON Schema.
Stars: ✭ 10,870 (+9872.48%)
Mutual labels:  forms
Jafar
🌟!(Just another form application renderer)
Stars: ✭ 107 (-1.83%)
Mutual labels:  forms

Quick Survey

Quick Survey is no longer actively maintained. If you want to help keep it running, reach out!

A tool for quickly building and releasing surveys. Open source & quick to host it yourself.

Demo

quick-survey quick-survey-results

Goals

  • [x] Single install app using Sandstorm.

To deploy

To install on Sandstorm:

Contributing

What's needed:

  • This tool was built for user experience researchers. So I need user experience testers!
  • Ideas for the tool to do.
  • Angular / Meteor expertise to go over the code
  • Security holes found?

To run locally with Meteor:

  1. Install Meteor curl https://install.meteor.com/ | sh if it's not already installed
  2. Clone repo to a local directory git clone [email protected]:simonv3/quick-survey and change directory cd quick-survey.
  3. You might need to run meteor npm install to get all the npm packages working.
  4. Run the app to see if it all works SANDSTORM=1 meteor. Sandstorm=1 tells the app to pretend it's running inside of Meteor.

If you want to add an administrator, you'll need to use the API made available by meteor-accounts-sandstorm. Then add a user like so:

SandstormAccounts.setTestUserInfo({
  id: 1,
  name: "Alice",
  permissions: ['owner']
});

Attribution

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].