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

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

Ionic-App für Datumsarithmetik
https://github.com/mdecker-mobilecomputing/ionic_datumsberechnung

capacitor date github-actions ionic

Last synced: 4 months ago
JSON representation

Ionic-App für Datumsarithmetik

Awesome Lists containing this project

README

          

# Ionic-App "Datumberechnung" #


Diese Repository enthält ein [Ionic](https://ionicframework.com/)/Angular-Projekt für eine mobile App.
Die App kann folgende Datumsberechnungen durchführen:
* Anzahl Tage zwischen zwei Datumswerten
* Anzahl Tage auf Datumswert addieren bzw. von Datumswert subtrahieren


Mit der App sollen folgende Konzepte demonstriert werden:
* Verwendung von externen Bibliotheken (hier: [moment.js](https://momentjs.com/))
* Verwendung von Service-Klassen
* Verwendung von UI-Element [ion-segment](https://ionicframework.com/docs/api/segment)
* Dynamisches Ein-/Ausblenden von UI-Elementen mit `*ngIf`


----

## Screenshots ##


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


----

## License ##


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