ShoesKMP – Multiplatform Shoes App

A Shoes app built using Compose Multiplatform for Android and iOS

⚠️⚠️ WORK IN PROGRESS ⚠️⚠️

⚒️ Architecture

ShoesKMP follows the principles of Clean Architecture.

?‍? Tech stack

Tools Link
? Language Kotlin
? Framework Compose Multiplatform
? DI Koin
? Navigation Tlaster / PreCompose

?️ Screenshots

Android

OnBoarding Login Register Forget Password

IOS

OnBoarding Login Register Forget Password

How to run the project? ✅

To run this project, you need the following:

The Kotlin Multiplatform Mobile plugin

Check your environment

Before you start, use the KDoctor tool to ensure that your development environment is configured correctly:

  1. Install KDoctor with Homebrew: brew install kdoctor

  2. 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.

Want to start with fresh Kotlin-MultiPlatform Project

Find this project useful ? ❤️

  • Support it by clicking the ⭐️ button on the upper right of this page. ✌️

License

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.

GitHub

View Github