Skip to content

Commit

Permalink
README: Initial commit
Browse files Browse the repository at this point in the history
Signed-off-by: Aayush Gupta <[email protected]>
  • Loading branch information
theimpulson committed Oct 10, 2024
1 parent 3d6e34a commit 6f2c89d
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -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.

<a href='https://apps.apple.com/us/app/opass-app/id1436417025'><img alt='Download on the App Store' src='https://toolbox.marketingtools.apple.com/api/v2/badges/download-on-the-app-store/black/en-us' height="20%" width="20%" /></a>
<a href='https://play.google.com/store/apps/details?id=app.opass.ccip'><img alt='Get it on Google Play' src='https://play.google.com/intl/en_us/badges/static/images/badges/en_badge_web_generic.png' height="20%" width="20%" /></a>

# 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.

0 comments on commit 6f2c89d

Please sign in to comment.