All Projects → abritopach → ionic-surveyjs

abritopach / ionic-surveyjs

Licence: MIT License
Sample project that shows how to integrate SurveyJS in Ionic APP.

Programming Languages

typescript
32286 projects
HTML
75241 projects
CSS
56736 projects
javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to ionic-surveyjs

ionicfirebaseauth
Exemplo de alguns tipos de autenticação com Ionic 2 e Firebase
Stars: ✭ 18 (-35.71%)
Mutual labels:  ionic, ionic-framework, ionic3
ionic-native-sms-retriever-plugin-master
Cross-platform plugin for Cordova / PhoneGap to Retrieve SMS. Available for Android.
Stars: ✭ 16 (-42.86%)
Mutual labels:  ionic, ionic-framework, ionic3
ionic3
This repository contains complete source code for Ionic 3 tutorial from https://ampersandacademy.com/tutorials/ionic-framework-3. I will try many Ionic 3 specific scripts and will write them as separate tutorial. You can follow this repo to get more tested and working script for the Ionic 3.
Stars: ✭ 21 (-25%)
Mutual labels:  ionic, ionic-framework, ionic3
Instaclone
Instagram clone theme for Ionic mobile apps.
Stars: ✭ 173 (+517.86%)
Mutual labels:  ionic, ionic-framework, ionic3
ionic-hockeyapp
Need HockeyApp in your Ionic application, add this package!
Stars: ✭ 19 (-32.14%)
Mutual labels:  ionic, ionic-framework, ionic3
Ionic Super Bar
Transparent statusBar and awesome toolBar DEMO in ionic
Stars: ✭ 180 (+542.86%)
Mutual labels:  ionic, ionic-framework, ionic3
ionic-app-with-aws-cognito
Angular 4, Ionic 3, and AWS (Amazon) Cognito User Pools. Authentication out of the box.
Stars: ✭ 62 (+121.43%)
Mutual labels:  ionic, ionic-framework, ionic3
Nativescript Ionic Template
📱 🖥 Create Mobile First apps, Web and Native sharing the code with Angular 🎉
Stars: ✭ 65 (+132.14%)
Mutual labels:  ionic, ionic-framework, ionic3
ionic-uber-clone
Ionic 4 Taxi Booking script
Stars: ✭ 34 (+21.43%)
Mutual labels:  ionic, ionic-framework, ionic3
ionic-login-component
Free sample of Premium Ionic Login Component
Stars: ✭ 17 (-39.29%)
Mutual labels:  ionic, ionic-framework, ionic3
fireblogger
Ionic 2 social media microblogging platform built with firebase 3 as backend
Stars: ✭ 54 (+92.86%)
Mutual labels:  ionic, ionic-framework, ionic3
todo-list
TodoList using Ionic2/3 & Firebase: * PWA * SSO Google plus. * Share list via QRcode. * Upload image from Camera or Storage. * Speech Recognition.
Stars: ✭ 18 (-35.71%)
Mutual labels:  ionic, ionic-framework, ionic3
Ionic3 Start Theme
Ionic 3 Start Theme with 10 Pages, mock data, providers samples, Storage, Http and more...
Stars: ✭ 129 (+360.71%)
Mutual labels:  ionic, ionic-framework, ionic3
Wooionic3
An eCommerce App for WooCommerce stores using Ionic 3.
Stars: ✭ 208 (+642.86%)
Mutual labels:  ionic, ionic-framework, ionic3
Ionic Firebase Starter App
Ionic 4 firebase CRUD tutorial to learn how to create a firebase application to perform Authentication and all CRUD operations in an ionic 4 application. You can use this FREE Ionic Firebase Starter App as a base to create your Ionic App with Firebase backend :)
Stars: ✭ 77 (+175%)
Mutual labels:  ionic, ionic-framework, ionic3
ionic3-image-handling
In this ionic tutorial you will learn how to access the image gallery and take pictures from an ionic app. Also we will show you how to add a image cropper. This ionic tutorial includes a working ionic app example you can reuse for your needs.
Stars: ✭ 35 (+25%)
Mutual labels:  ionic, ionic-framework, ionic3
Ion Affix
A directive for Ionic framework for creating affix headers.
Stars: ✭ 58 (+107.14%)
Mutual labels:  ionic, ionic-framework, ionic3
Ionic Google Login
Ionic 4 starter app to show you how to add Google Log In to an Ionic App using Google Sign-In Cordova Plugin.
Stars: ✭ 61 (+117.86%)
Mutual labels:  ionic, ionic-framework, ionic3
ionic-socialsharing-with-deeplinking-example
Ionic Social Sharing and Deep Linking example app. Complete Ionic Tutorial with free example app! Built for Ionic 3.
Stars: ✭ 16 (-42.86%)
Mutual labels:  ionic, ionic-framework, ionic3
ionic3-start-theme
Ionic 3 Start Theme with 10 Pages, mock data, providers samples, Storage, Http and more...
Stars: ✭ 130 (+364.29%)
Mutual labels:  ionic, ionic-framework, ionic3

Ionic-SurveyJS

Sample project that shows how to integrate SurveyJS in Ionic APP.

Technologies

This project shows you how to:

* Integrate SurveyJS in Ionic APP.
* Create new Survey using SurveyJS API dxsurvey.com/api (get request).
* Show list with active surveys using SurveyJS API dxsurvey.com/api (get request).
* Show list with archive surveys using SurveyJS API dxsurvey.com/api (get request).
* Delete survey using SurveyJS API dxsurvey.com/api (get request).
* Change survey name using SurveyJS API dxsurvey.com/api (get request).
* Archive survey by it's id using SurveyJS API dxsurvey.com/api (get request). 
* Restore an archive survey by it's id using SurveyJS API dxsurvey.com/api (get request). 
* Show survey details.
* Get survey results using SurveyJS API dxsurvey.com/api (get request).
* Enable or disable the ability to view survey results by non autorized user via direct link using SurveyJS API dxsurvey.com/api (get request).
* Show survey results using Chart.js (http://www.chartjs.org/).
* Intercepting all requests errors.
* Added Timeout for HTTP requests to the API, and then throw an error if the request fails.
* Download survey resulst CSV in Desktop.

App example

Demo

Demo online

Configuration

  1. To use your own surveys register in SurveyJS
  2. Create your own survey.
  3. In providers/survey/survey.ts replace: accessKey with your SurveyJS API accessKey to get your active surveys.

NOTE: To see your survey results

Running

Before you go through this example, you should have at least a basic understanding of Ionic concepts. You must also already have Ionic installed on your machine.

  • Test in localhost:

To run it, cd into ionic-surveyjs and run:

npm install
ionic serve
  • Test in Android:
ionic cordova add platform android
ionic cordova run android
  • Test in iOS:
ionic cordova add platform ios
ionic cordova run ios

Requirements

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