All Projects → hamzahamidi → todo-list

hamzahamidi / todo-list

Licence: MIT License
TodoList using Ionic2/3 & Firebase: * PWA * SSO Google plus. * Share list via QRcode. * Upload image from Camera or Storage. * Speech Recognition.

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 todo-list

Awesome Ionic
An "awesome" list of Ionic resources
Stars: ✭ 799 (+4338.89%)
Mutual labels:  cordova, ionic, ionic-framework, ionic2, ionic3
ionic-hockeyapp
Need HockeyApp in your Ionic application, add this package!
Stars: ✭ 19 (+5.56%)
Mutual labels:  cordova, ionic, ionic-framework, ionic2, ionic3
Wooionic3
An eCommerce App for WooCommerce stores using Ionic 3.
Stars: ✭ 208 (+1055.56%)
Mutual labels:  cordova, ionic, ionic-framework, ionic2, ionic3
ionicfirebaseauth
Exemplo de alguns tipos de autenticação com Ionic 2 e Firebase
Stars: ✭ 18 (+0%)
Mutual labels:  ionic, ionic-framework, ionic2, firebase-auth, ionic3
ionic-3-video-calling-using-webrtc
This is demo code of how to implement video calling in ionic 3 using webrtc
Stars: ✭ 58 (+222.22%)
Mutual labels:  cordova, ionic, ionic-framework, ionic2, ionic3
Ion Affix
A directive for Ionic framework for creating affix headers.
Stars: ✭ 58 (+222.22%)
Mutual labels:  ionic, ionic-framework, ionic2, ionic3
cordova-plugin-today-widget
Add a today widget app extension target to your cordova project.
Stars: ✭ 51 (+183.33%)
Mutual labels:  cordova, ionic, ionic2, ionic3
fireblogger
Ionic 2 social media microblogging platform built with firebase 3 as backend
Stars: ✭ 54 (+200%)
Mutual labels:  ionic, ionic-framework, ionic2, ionic3
ionic4-angular6-crud-example
Building CRUD Mobile App using Ionic 4, Angular 6 and Cordova
Stars: ✭ 50 (+177.78%)
Mutual labels:  cordova, ionic, ionic-framework, ionic3
ionic-native-sms-retriever-plugin-master
Cross-platform plugin for Cordova / PhoneGap to Retrieve SMS. Available for Android.
Stars: ✭ 16 (-11.11%)
Mutual labels:  cordova, ionic, ionic-framework, ionic3
Chihu2
ionic2-example <吃乎2>混合开发-美食app 🍜 ☕️ 🍦 (This is a support android and apple ionic2 case, a food app)
Stars: ✭ 124 (+588.89%)
Mutual labels:  cordova, ionic, ionic2, ionic3
ionic-uber-clone
Ionic 4 Taxi Booking script
Stars: ✭ 34 (+88.89%)
Mutual labels:  ionic, ionic-framework, ionic2, ionic3
ionic-modal-custom-transitions
Add Custom Transitions to Ionic Modals.
Stars: ✭ 22 (+22.22%)
Mutual labels:  ionic, ionic-framework, ionic2, 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 (+16.67%)
Mutual labels:  ionic, ionic-framework, ionic2, ionic3
Dianoia-app
Mobile (Ionic 3 - Angular 4) app about non-pharmaceutical activities and information for people with dementia.
Stars: ✭ 13 (-27.78%)
Mutual labels:  cordova, ionic, ionic2, 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 (+94.44%)
Mutual labels:  ionic, ionic-framework, ionic2, 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 (-11.11%)
Mutual labels:  ionic, ionic-framework, ionic2, ionic3
ionic3-angular4-sample-app
Sample app of Ionic 3 and Angular 4
Stars: ✭ 35 (+94.44%)
Mutual labels:  cordova, ionic, ionic3
ionic4-boilerplate
🚀 boilerplate for ionic4 with CI based on travis and fastlane. doc and example are provided
Stars: ✭ 25 (+38.89%)
Mutual labels:  cordova, ionic, travis
ionic-login-component
Free sample of Premium Ionic Login Component
Stars: ✭ 17 (-5.56%)
Mutual labels:  ionic, ionic-framework, ionic3

Build Status Maintainability GitHub release GitHub license

TODO-LIST IONIC FIREBASE PROJECT

This is a small Todo-List project with Ionic3 & Angularfire2. The application is able to do the following:

  • CRUD Todo-List.
  • CRUD Tasks/items.
  • PWA(offline mode only read) for the web version.
  • SSO Google plus.
  • Share list via QRcode.
  • Upload image from Camera or Storage.
  • Speech Recognition.

Getting started

Make sure you have the ionic installed globally npm install -g ionic cordova. You can either use npm or Yarn to manage the dependencies.

  • For npm the default package manager, run npm install to resolve all dependencies.
  • For Yarn, you can install it from Here, then run yarn install to resolve all dependencies. You can also make Yarn the default package manager by running ionic config set -g yarn true.

Run ionic serve for a dev server. Navigate to http://localhost:8000/. The app will automatically reload if you change any of the source files.

Run ionic cordova run android to run on your android device. For more information refer to Documentation

Building the project

  • Run ionic cordova build browser to build the browser project. The build artifacts will be stored in the www/ directory. Use the --prod flag for a production build.
  • Run ionic cordova build android to build the android project. This will generate an apk. Use the --prod flag for a production build.

Project Planning

We use ZenHub for project planning. Feel free to head over to the Boards tab and have a look through our pipelines and milestones. Please note in order to view the Github ZenHub Boards tab you will need the ZenHub browser extension. Alternatively, to view the planning board without the extension visit our ZenHub Project Page alt text

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