Skip to content

AbdallahBaddour/ContactsDirectory

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ContactsDirectory

Simple Contacts Directory Application Created By @BaddourAbdallah Using Ionic Framework

To setup the app:

1.First create a new blank ionic project:

$ ionic start [appname] blank

2.Replace folders/files of my project in the blank project you just create in the www folder.

3.Install ngCordova.

4.Install SQLite plugin.

5.Install whitelist plugin:

$ ionic plugin add https://github.com/apache/cordova-plugin-whitelist.git

Add these 2 lines in config.xml below:

<access origin="*"/>
  <access origin="tel:*" launch-external="yes" />
  <access origin="mailto:*" launch-external="yes" />

6.Insatll ngMessages

7.Insatll sass:

$ ionic setup sass

8.To build and run the app on android:

$ ionic platform add android
$ ionic run android

#License See the LICENSE file for license rights and limitations (MIT).

About

Simple Contacts Directory App with Ionic Framework

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published