Contact Management Application is a software program that enables users to easily store and find contact information, such as names, and telephone numbers. This project is generated with Ionic Framework v4.
- View and Maintain Contacts
- Add Selected Contacts to Favorites
- Delete Contacts
- Add New Contacts
- Install Node js : https://nodejs.org/en/
- Install Ionic CLI : https://ionicframework.com/docs/intro/cli
- Install a Suitable IDE: https://code.visualstudio.com/download
Run ionic serve
for a dev server. Navigate to https://localhost:4200/
. The app will automatically reload if you change any of the source files
Run ionic serve --devapp
. Navigate to dev app on mobile device, make sure you are connected to same internet connection as your mobile device. Refresh and your application should display.
Ionic labs allow you to preview your application working on the android and ios at the same time while viewing the application in our browser.
Navigate to the project on your cmd, run ionic lab
. The app will automatically be running on your browser.