Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mikucat0309/opass
A Community Checkin with Interactivity Project made with Jetpack Compose
https://github.com/mikucat0309/opass
jetpack-compose
Last synced: about 2 months ago
JSON representation
A Community Checkin with Interactivity Project made with Jetpack Compose
- Host: GitHub
- URL: https://github.com/mikucat0309/opass
- Owner: mikucat0309
- License: gpl-3.0
- Created: 2023-08-06T15:32:05.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-08-05T10:12:18.000Z (6 months ago)
- Last Synced: 2024-08-06T11:43:49.689Z (6 months ago)
- Topics: jetpack-compose
- Language: Kotlin
- Homepage:
- Size: 1010 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# OPass Compose
Status: **Work In Progress**
## Feature
- [x] Home
- [x] Switch events
- [ ] Sessions
- [x] Browse
- [ ] Details
- [ ] Ticket
- [x] Enter manually
- [ ] Scan a QR Code
- [ ] Scan a image
- [ ] Show my ticket
- [ ] WebView
- [ ] Settings
- [ ] Save tokens
- [ ] Local cache
- [ ] Material Design 3 theme## Screenshot
![home](images/home.png)
![switch-event](images/switch-event.png)
![schedule](images/schedule.png)## Development
### Format
```sh
./gradlew :app:ktfmtFormat
```### Lint
```sh
./gradlew :app:detekt
```### Local debug
#### Requirements
- ADB
- Caddy#### Start a mock server
```sh
adb reverse tcp:8080 tcp:8080
``````sh
cd local-server
caddy run --watch
```