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_halloname

Simple hybrid app with Ionic demonstrating usage of text input field and button event handling.
https://github.com/mdecker-mobilecomputing/ionic_halloname

android capacitor github-actions hybrid-apps ionic

Last synced: 5 days ago
JSON representation

Simple hybrid app with Ionic demonstrating usage of text input field and button event handling.

Awesome Lists containing this project

README

        

# Ionic app "Hallo Name" #


Simple app with [Ionic](https://ionicframework.com) with just one page, which demonstrates how
to implement event handling methods for buttons and how to access the value of a text input element.


----

## Screenshots ##

![Screenshot taken from "Ionic Labs" (left: Android; right: iOS)](screenshot.png)

Screenshot was taken from [Ionic Lab](https://blog.ionicframework.com/ionic-lab/).


----

## Run the app locally ##


After cloning this repository enter the following command to download all the required NPM packages into folder `node_modules`:
````
npm install
````
This may download more than 200 MBytes of packages, so it can take a while.

After this you can start the preview of the app:
````
ionic serve
````
This should open the app in your local browser at the following URL: http://localhost:8100/home

A more comfortable preview mode is "Ionic Lab", which can be started with the following command:
````
ionic serve --lab
````


----

## License ##


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