A Shoes app built using Compose Multiplatform for Android and iOS
ShoesKMP follows the principles of Clean Architecture.
Tools | Link |
---|---|
🤖 Language | Kotlin |
🩶 Framework | Compose Multiplatform |
💉 DI | Koin |
🧭 Navigation | Tlaster / PreCompose |
OnBoarding | Login | Register | Forget Password |
---|---|---|---|
OnBoarding | Login | Register | Forget Password |
---|---|---|---|
To run this project, you need the following:
- A machine running a recent version of macOS
- Xcode
- Android Studio
The Kotlin Multiplatform Mobile plugin
Before you start, use the KDoctor tool to ensure that your development environment is configured correctly:
-
Install KDoctor with Homebrew:
brew install kdoctor
-
Run KDoctor in your terminal:
kdoctor
If everything is set up correctly, you'll see valid output:
Environment diagnose (to see all details, use -v option): [✓] Operation System [✓] Java [✓] Android Studio [✓] Xcode [✓] Cocoapods Conclusion: ✓ Your system is ready for Kotlin Multiplatform Mobile development!
Otherwise, KDoctor will highlight which parts of your setup still need to be configured and will suggest a way to fix them.
- Support it by clicking the ⭐️ button on the upper right of this page. ✌️
Copyright 2023 Jayant Kumar
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.