Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 1.2 KB

README.md

File metadata and controls

23 lines (15 loc) · 1.2 KB

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.

Usage

Some of the conferences in which OPass has been in use for the past few years are:

Development

OPass uses Kotlin Multiplatform Project 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.

In case you wish to contribute to the development of this project, feel free to open a Pull Request or an Issue for the same. Contributions are always welcome.