Rhyme is a mobile app that finds rhymes for a given query.
This is a proof of concept for a multiplatform app targeting Android and iOS with the help of Kotlin Multiplatform Mobile in combination with Compose Multiplatform.
This project serves as sample for the following blogpost: Migrating to Kotlin Multiplatform Mobile
This software uses following technologies with great appreciation:
- Compose Material 3
- Compose Multiplatform
- Koin
- Kotlin Multiplatform Mobile
- Kotlin Coroutines
- Kotlin Serialization
- Ktor
- MObile KOtlin
- Turbine
Copyright (C) 2023 Philipp Fahlteich
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see <https://www.gnu.org/licenses/>.