Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mdecker-mobilecomputing/ionic_abkverz
Simple Ionic app that demonstrates how to store data in ion storage.
https://github.com/mdecker-mobilecomputing/ionic_abkverz
github-actions ionic ionic-storage
Last synced: 6 days ago
JSON representation
Simple Ionic app that demonstrates how to store data in ion storage.
- Host: GitHub
- URL: https://github.com/mdecker-mobilecomputing/ionic_abkverz
- Owner: MDecker-MobileComputing
- License: bsd-3-clause
- Created: 2020-11-19T21:27:15.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2024-12-09T13:50:42.000Z (about 1 month ago)
- Last Synced: 2024-12-09T14:44:55.450Z (about 1 month ago)
- Topics: github-actions, ionic, ionic-storage
- Language: TypeScript
- Homepage:
- Size: 18.8 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Ionic-App "AbkVerz" (Abkürzungs-Verzeichnis) #
Simple [Ionic](https://ionicframework.com) app to demonstrate storing data
with [Ionic Storage](https://ionicframework.com/docs/angular/storage#ionic-storage).
----
## 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)
----
## Run the app locally ##
**Prerequisite**
NPM package [`@ionic/cli`](https://www.npmjs.com/package/@ionic/cli) must be installed globally:, `npm install -g @ionic/cli`
**Steps:**
1. Clone the repository.
2. Open shell in root folder of cloned repository and execute `npm install`.
3. To run app locally in browser execute either `ionic serve` or `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.