Skip to content

A cross-platform phonebook application implemented in Ionic/Cordova <3

License

Notifications You must be signed in to change notification settings

arya-oss/Phonebook

Repository files navigation

Phonebook

Add Contact

View Contact

Show Contacts

Dependencies

  1. Node Js ~ >=v8
  2. npm ~ >=v5
  3. Ionic Framework npm install -g ionic
  4. Cordova npm install -g cordova

How to build

  1. Run in browser
# Clone this repo
git clone https://github.com/rajmani1995/Phonebook.git
cd Phonebook
# Install npm dependencies
npm install
# Open app in browser
ionic serve
  1. Run on android (Android SDK Must be installed)
# Enable Cordova
cordova telemetry on
# Set Android Home
export ANDROID_HOME=$HOME/Android/Sdk
export PATH=$ANDROID_HOME/tools:$ANDROID_HOME/platform-tools:$PATH
# Add platform
ionic cordova platform add android
# Build APK
ionic cordova build android
# find APK in platforms/android/app/build/outputs/apk/debug

Install apk on android device with adb, install adb on ubuntu apt install android-tools-adb enable Developer Tools in Android Device and install apk with command adb install /path/to/apk

License

The MIT License

About

A cross-platform phonebook application implemented in Ionic/Cordova <3

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages