-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Aayush Gupta <[email protected]>
- Loading branch information
1 parent
3d6e34a
commit df0264d
Showing
1 changed file
with
26 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |