Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mkdirer/carewatch
CareWatch is a user-friendly Kotlin app that simplifies medication management, connects you with healthcare professionals through chat, and allows you to customize your user profile. Originally developed for the "Hackathon" competition, it's the perfect tool for staying on top of your healthcare routine.
https://github.com/mkdirer/carewatch
firebase-auth firebase-realtime-database gradlew kotlin-android kotlin-coroutines kotlin-navigation kotlin-room
Last synced: 6 days ago
JSON representation
CareWatch is a user-friendly Kotlin app that simplifies medication management, connects you with healthcare professionals through chat, and allows you to customize your user profile. Originally developed for the "Hackathon" competition, it's the perfect tool for staying on top of your healthcare routine.
- Host: GitHub
- URL: https://github.com/mkdirer/carewatch
- Owner: mkdirer
- Created: 2023-09-25T01:46:10.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-10T21:25:31.000Z (about 1 year ago)
- Last Synced: 2024-11-07T15:06:43.962Z (about 2 months ago)
- Topics: firebase-auth, firebase-realtime-database, gradlew, kotlin-android, kotlin-coroutines, kotlin-navigation, kotlin-room
- Language: Kotlin
- Homepage:
- Size: 10.2 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# CareWatch
CareWatch is a user-friendly Kotlin app that simplifies medication management, connects you with healthcare professionals through chat, and allows you to customize your user profile. Originally developed for the "Hackathon" competition, it's the perfect tool for staying on top of your healthcare routine.
## Resources for Getting Started
- [Kotlin Docs](https://kotlinlang.org/docs/tutorials/getting-started.html)
- [Kotlin Codelabs](https://codelabs.developers.google.com/android-kotlin-fundamentals/)## Key Technologies Used
- **Android Firebase Authentication** [Learn More](https://firebase.google.com/docs/auth/android/start)
- **Android Firebase Realtime Database** [Learn More](https://firebase.google.com/docs/database/android/read-and-write)
- **Kotlin Navigation Component** [Learn More](https://developer.android.com/guide/navigation/navigation-getting-started)
- **Kotlin Coroutines** [Learn More](https://kotlinlang.org/docs/reference/coroutines-overview.html)
- **Kotlin Room Database** [Learn More](https://developer.android.com/training/data-storage/room)