From 6f2c89d3e29a92eda403c074387d6d3079c7befc Mon Sep 17 00:00:00 2001 From: Aayush Gupta Date: Thu, 10 Oct 2024 12:57:00 +0530 Subject: [PATCH] README: Initial commit Signed-off-by: Aayush Gupta --- README.md | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..f75bf17 --- /dev/null +++ b/README.md @@ -0,0 +1,26 @@ +# CCIP-KMP (OPass) + +CCIP (Community Checkin with Interactivity Project) a.k.a OPass, is Taiwan's FLOSS conference check-in +solution and provides newest event information for audience. This repository hosts the source code for +its Android and iOS apps. + +Download on the App Store +Get it on Google Play + +# Usage + +Some of the conferences in which OPass has been in use for the past few years are: + +- [COSCUP (Conference for Open Source Coders, Users and Promoters)](https://coscup.org/) +- [SITCON (Students' Information Technology Conference)](https://sitcon.org/) + +## Development + +OPass uses [Kotlin Multiplatform Project](https://www.jetbrains.com/kotlin-multiplatform/) to +implement data handling (network and database) just once using Kotlin while the UI is kept native (Swift for iOS, Kotlin for Android). + +- Licensed and distributed under the GNU GENERAL PUBLIC LICENSE v3 +- List of contributors can be viewed on this repository's [contributors graph](https://github.com/CCIP-App/CCIP-Android/graphs/contributors). + +In case you wish to contribute to the development of this project, feel free to open a [Pull Request](https://github.com/CCIP-App/CCIP-Android/pulls) +or an [Issue](https://github.com/CCIP-App/CCIP-Android/issues) for the same. Contributions are always welcome.