Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mdecker-mobilecomputing/ionic_alertdemo

Simple demo app showing how to use Ionic's dialog control "ion-alert".
https://github.com/mdecker-mobilecomputing/ionic_alertdemo

alerts capacitor ionic

Last synced: 6 days ago
JSON representation

Simple demo app showing how to use Ionic's dialog control "ion-alert".

Awesome Lists containing this project

README

        

# Ionic-App "Dialog-Demo" #


Simple [Ionic](https://ionicframework.com) app to demonstrate possibilities with
dialogs (instances of [ion-alert](https://ionicframework.com/docs/api/alert)).


----

## Screenshots ##


![Screenshot 1](screenshot_1.png)   ![Screenshot 2](screenshot_2.png)

![Screenshot 3](screenshot_3.png)   ![Screenshot 4](screenshot_4.png)

![Screenshot 5](screenshot_5.png)   ![Screenshot 6](screenshot_6.png)


----

## Run the app locally ##


Prerequisite: NPM package [`@ionic/cli`](https://www.npmjs.com/package/@ionic/cli) must be installed globally.


**Steps:**

1. Clone the repository.

2. Open shell in root folder of cloned repository and execute `npm install`.

3. To run app locall in browser execute `ionic serve`.


----

## License ##


See the [LICENSE file](LICENSE.md) for license rights and limitations (BSD 3-Clause License) for the files in this repository.