All Projects β†’ Grisu-NOE β†’ mobile-app

Grisu-NOE / mobile-app

Licence: MIT license
This project aims to build a modern mobile web-app based on the framework Ionic to improve the functionality of http://mobile.leitstelle122.at/.

Programming Languages

HTML
75241 projects
javascript
184084 projects - #8 most used programming language
SCSS
7915 projects

Projects that are alternatives of or similar to mobile-app

Ionic-ElastiChat-with-Images
Ionic Magic Chat with Angular Elastic, Autolinker.js and more!
Stars: ✭ 66 (+200%)
Mutual labels:  cordova, ios-app, ionic-framework, android-app
Ionic Collection
🀘 Looking for about Ionic Framework?
Stars: ✭ 101 (+359.09%)
Mutual labels:  cordova, ionic-framework
Simple Ionic 3 App
A simple Ionic 3 app with get requests to a local JSON file. It showcases how to set up a simple service and provides some nice components for your own application.
Stars: ✭ 59 (+168.18%)
Mutual labels:  cordova, ionic-framework
Wooionic3
An eCommerce App for WooCommerce stores using Ionic 3.
Stars: ✭ 208 (+845.45%)
Mutual labels:  cordova, ionic-framework
anonaddy
Mobile app for AnonAddy.com.
Stars: ✭ 50 (+127.27%)
Mutual labels:  ios-app, android-app
Awesome Ionic
An "awesome" list of Ionic resources
Stars: ✭ 799 (+3531.82%)
Mutual labels:  cordova, ionic-framework
Ionic Typescript Starter
πŸ“± Platform and IDE agnostic starter project for building mobile apps with Ionic and TypeScript.
Stars: ✭ 124 (+463.64%)
Mutual labels:  cordova, ionic-framework
ionic-native-sms-retriever-plugin-master
Cross-platform plugin for Cordova / PhoneGap to Retrieve SMS. Available for Android.
Stars: ✭ 16 (-27.27%)
Mutual labels:  cordova, ionic-framework
ionic3-whatsappclone
This is a template for WhatsApp for user with ionic framework. It's just a template with no backend for now. See Roadmap in Readme below
Stars: ✭ 24 (+9.09%)
Mutual labels:  cordova, ionic-framework
ionic4-angular7-example
Ionic 4, Angular 7 and Cordova Tutorial: Build CRUD Mobile Apps
Stars: ✭ 57 (+159.09%)
Mutual labels:  cordova, ionic-framework
ionic-hockeyapp
Need HockeyApp in your Ionic application, add this package!
Stars: ✭ 19 (-13.64%)
Mutual labels:  cordova, ionic-framework
Ionic Img Viewer
Ionic 2+ component providing a Twitter inspired experience to visualize pictures.
Stars: ✭ 291 (+1222.73%)
Mutual labels:  cordova, ionic-framework
Ionic Native
Native features for mobile apps built with Cordova/PhoneGap and open web technologies. Complete with TypeScript support.
Stars: ✭ 2,129 (+9577.27%)
Mutual labels:  cordova, ionic-framework
Ionic4
This repo contains example code for ionic4. Get Step by Step tutorial of this repo examples using https://ampersandacademy.com/tutorials/ionic-framework-4
Stars: ✭ 37 (+68.18%)
Mutual labels:  cordova, ionic-framework
ionic4-angular6-crud-example
Building CRUD Mobile App using Ionic 4, Angular 6 and Cordova
Stars: ✭ 50 (+127.27%)
Mutual labels:  cordova, ionic-framework
Pi Hole Droid
Pi-hole Droid is an unofficial app that connects to your Pi-hole to show charts and statistics.
Stars: ✭ 107 (+386.36%)
Mutual labels:  cordova, android-app
dev-feed
Flutter-based mobile app displaying a list of daily curated content from top engineering blogs and articles. Backed by a GraphQL-based API written in Kotlin..
Stars: ✭ 20 (-9.09%)
Mutual labels:  ios-app, android-app
keyonic-v2
A Keycloak Mobile Implementation using Angular v4 and Ionic v3
Stars: ✭ 23 (+4.55%)
Mutual labels:  cordova, ionic-framework
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 (-18.18%)
Mutual labels:  cordova, ionic-framework
Awesome Ionic2 Components
Should help you to get awesome components and plugins for Ionic2
Stars: ✭ 209 (+850%)
Mutual labels:  cordova, ionic-framework

Grisu NΓ– - Mobile App MIT License Build Status Join the chat

Apple App Store Google Play Store

The already existing mobile web-app (http://mobile.leitstelle122.at/) of WASTL - shortened for "Warn- und Alarmstufenliste" in German - is used to display several realtime information of currently running fire brigade incidents in Lower Austria. The incident data is kindly provided by the voluntary fire department "Freiwillige Feuerwehr Krems". WASTL is a project by several public sector entities:

Die Warn- und Alarmstufenliste ist ein gemeinsames Projekt des NΓ– Landesfeuerwehrverbandes, der NΓ– Landesregierung, des Bundesrechenzentrums, des Bezirksfeuerwehrkommandos Krems, des Magistrates der Stadt Krems sowie der Freiwilligen Feuerwehr Krems.

This project aims to build a modern mobile web-app based on the Ionic framework to improve the functionality of the existing solution. The new resulting mobile app should be available in several app stores for different mobile platforms to have a native look and feel.

Contributing

You want to contribute? Great! Thanks for being awesome! Please see the project related issues before you start coding. Pull requests are always welcome!

Coding guidelines

  • 4 spaces for indentation
  • 140 character max. line length
  • In general, try to make your code blend in with the surrounding code.

Setup of development environment

  • Install node.js (v4.x)
  • npm install -g cordova ionic gulp
  • Optional: Install bower command line utility: npm install -g bower
  • Go to project root folder
  • Install required node dependencies: npm install
  • Run Gulp dependency installation: gulp install
    • If you have problems to execute the Gulp task, try to execute git config url."https://".insteadOf git:// before
  • Add platforms
    • ionic platform --noresources --nosave add ios (works only on Mac OSX)
    • ionic platform --noresources --nosave add android (you need to install the Android SDK before)
  • ENJOY!

Useful commands and hints

  • Show app log in console when debugging app on Android device with USB
    • adb logcat -s CordovaLog:D or adb logcat -s chromium:D
  • Start Google Chrome with disabled web security to retrieve data from remote servers
  • Watch SASS changes and compile / move it immediately
    • gulp sass:watch
  • Start web server and open browser. It also watches for code changes.
    • ionic serve
  • Emulate an iOS device with Mac OSX
    • List available emulators: <PROJECT_ROOT>/platforms/ios/cordova/lib/list-emulator-images
    • Start emulator: ionic emulate ios --target="<TARGET>" e.g.: ionic emulate ios --target="iPad (Retina)"

Licencing

Grisu NΓ– is licenced under the MIT License (MIT).

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