Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sikv/habitsplus
https://github.com/sikv/habitsplus
android compose ios kotlin-multiplatform redux swift-ui
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/sikv/habitsplus
- Owner: SIKV
- Created: 2024-10-14T15:40:39.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-10-29T20:00:13.000Z (3 months ago)
- Last Synced: 2024-10-29T21:28:19.158Z (3 months ago)
- Topics: android, compose, ios, kotlin-multiplatform, redux, swift-ui
- Language: Kotlin
- Homepage:
- Size: 183 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# HabitsPlus
### 🚧 Work in progress 🚧An open-source, mobile, cross-platform app built with [Kotlin Multiplatform](https://kotlinlang.org/docs/multiplatform.html).
Create and track habits, todos, and your activity.
## Technologies
- [Kotlin Multiplatform](https://kotlinlang.org/docs/multiplatform.html) - Allows to create apps for various platforms and efficiently reuse code.
- [Jetpack Compose](https://developer.android.com/compose) - Android app UI.
- [SwiftUI](https://developer.apple.com/xcode/swiftui) - iOS app UI.
- [Navigation component](https://developer.android.com/guide/navigation) - Android app navigation.
- [Material 3](https://m3.material.io) - Design system (Android app only).
- [Coroutines](https://kotlinlang.org/docs/coroutines-overview.html) - Asynchronous programming.
- [SQLDelight](https://github.com/sqldelight/sqldelight) - Database.
- [Koin](https://github.com/InsertKoinIO/koin) - Dependency injection.
- [MocKMP](https://github.com/kosi-libs/MocKMP) - Mocks & Fakes for tests.## Architecture
TODO.
## Screenshots
TODO.