DetaQ is an app to help people prevent, treat, and follow up on heart attacks. This app designed for two users which are the patient and the families member. This app also connected to a smart wristband through IOT, where the wristband will used to detect patient's heart rate and send sos to families member.
To run this app, make sure to do these:
- use the main branch.
- make sure to enable any permission requests, so every features will be available.
To Register:
- Please make sure to fill every necessary information such as name and email
- for the phone number and otp, you can use this testing phone number and code we already provide
Number: +628123456789
Code: 123456
- Kotlin
- Jetpack Compose
- Ktor (Api Service)
- Room (Local Database)
- Dagger Hilt (Dependency Injection)
- Firebase (Cloud Messaging, Realtime Database, Auth)
- Google Map
This app use modularization, where it is separated by features, then in every module there is clean architecture (in module). And for the UI the app use MVI