https://github.com/khubaibkhan4/crypto-kmp
Crypto-KMP Developed using Kotlin Mulitplatform and Contains the Android, iOS, Web And Desktop Applications.
https://github.com/khubaibkhan4/crypto-kmp
android-application compose-multiplatform cross-platform cryptobot cryptocurrencies cryptocurrency desktop-app ios-app jvm kotlin-js kotlin-multiplatform multiplatform-compose multiplatform-kotlin-library swiftui wasm-pack
Last synced: about 2 months ago
JSON representation
Crypto-KMP Developed using Kotlin Mulitplatform and Contains the Android, iOS, Web And Desktop Applications.
- Host: GitHub
- URL: https://github.com/khubaibkhan4/crypto-kmp
- Owner: KhubaibKhan4
- Created: 2024-05-10T04:50:41.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2024-05-23T04:03:24.000Z (about 1 year ago)
- Last Synced: 2024-05-23T04:57:50.039Z (about 1 year ago)
- Topics: android-application, compose-multiplatform, cross-platform, cryptobot, cryptocurrencies, cryptocurrency, desktop-app, ios-app, jvm, kotlin-js, kotlin-multiplatform, multiplatform-compose, multiplatform-kotlin-library, swiftui, wasm-pack
- Language: Kotlin
- Homepage: https://www.linkedin.com/in/khubaibkhandev/
- Size: 6.23 MB
- Stars: 10
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.MD
Awesome Lists containing this project
README
# Crypto KMP
## Overview
Crypto-KMP is a Kotlin Multiplatform (KMP) project aimed at providing cryptocurrency-related functionalities across Android, iOS, Web, and Desktop platforms with shared code. This documentation provides an overview of the project structure, features, and usage instructions.## 🚀 Future Plans
- TV and Wear OS Versions
- Real-time Tracking## 🌟 Contributions
If you wanna contribute, Please make sure to add new features & Then make a PR.Feel free to contribute to the project and stay tuned for more exciting updates!# Open To Work
Do you wanna Convert your thoughts into Physicall & Successfull Project Then I'm here for you. I'm open to work, available for Freelance or Remote Work Opportunities. Feel free to reach me out on Email.## 🤝 Connect with Me
Let's chat about potential projects, job opportunities, or any other collaboration! Feel free to connect with me through the following channels:
[](https://www.linkedin.com/in/khubaibkhandev)
[](https://twitter.com/codespacepro)
[](mailto:[email protected])## 💰 You can help me by Donating
[](https://buymeacoffee.com/khubaibkhan) [](https://paypal.me/18.bscs) [](https://patreon.com/MuhammadKhubaibImtiaz) [](https://ko-fi.com/muhammadkhubaibimtiaz)# Tech Stack Highlights
- **Kotlin Multiplatform**: `2.0.0`
- **AGP (Android Gradle Plugin)**: `8.2.2`
- **Compose**: `1.7.1`
- `androidx-appcompat`: `1.6.1`
- `androidx-activityCompose`: `1.9.3`
- `ui-testing`: `1.7.6`
- `compose-uitooling`: `1.6.7`
- `composeImageLoader`: `1.7.1`
- `composeIcons`: `1.1.0`
- **Core Libraries**: `12.1.0`
- **Kotlinx Libraries**:
- `kotlinx-coroutines`: `1.9.0-RC`
- `kotlinx-serialization`: `1.6.3`
- `kotlinx-datetime`: `0.5.0`
- **Networking**:
- `coilNetwork`: `3.0.0-alpha01`
- `ktor`: `2.3.12`
- **Dependency Injection**:
- `koin`: `3.6.0-Beta4`
- **UI/UX**:
- `compose-uitooling`: `1.6.3`
- `composeIcons`: `1.1.0`
- **Logging**:
- `napier`: `2.7.1`
- **Database/Storage**:
- `sql-delight`: `2.0.2`
- **JSON Parsing**:
- `json`: `1.6.3`
- **Build Configurations**:
- `buildConfig`: `4.1.1`
- **Cross-Platform Image Loading**:
- `kamelImage`: `0.9.4`
- **Size Measurement**:
- `size`: `0.4.1`
- **Voyager Navigation**: `1.1.0-Beta05`
- **Other Utilities**:
- `official-viewModel`: `2.8.4`## Android Screen Shots
|  |  |  |
| --- | --- | --- |
|  |  |  |
| --- | --- | --- |
|  |  |  |
| --- | --- | --- |
|  |  |  |
| --- | --- | --- |
 |  |  |
| --- | --- | --- |
|  |## iOS Screen Shots
|  |  |  |
| --- | --- | --- |
|  |  |  |
| --- | --- | --- |
|  |  | |
| --- | --- | --- |## Desktop Screen Shots
|  |
| --- |
|  |
|  |
|  |
|  |
|  |
|  |
|  |
|  |
|  |
|  |
|  |
|  |
|  |
|  |## Star History
**Stargazers**
[](https://github.com/KhubaibKhan4/Crypto-KMP/stargazers)
**Forkers**
[](https://github.com/KhubaibKhan4/Crypto-KMP/network/members)
## Before running!
- check your system with [KDoctor](https://github.com/Kotlin/kdoctor)
- install JDK 17 or higher on your machine
- add `local.properties` file to the project root and set a path to Android SDK there### Android
To run the application on android device/emulator:
- open project in Android Studio and run imported android run configurationTo build the application bundle:
- run `./gradlew :composeApp:assembleDebug`
- find `.apk` file in `composeApp/build/outputs/apk/debug/composeApp-debug.apk`
Run android simulator UI tests: `./gradlew :composeApp:pixel5Check`### Desktop
Run the desktop application: `./gradlew :composeApp:run`
Run desktop UI tests: `./gradlew :composeApp:jvmTest`### iOS
To run the application on iPhone device/simulator:
- Open `iosApp/iosApp.xcproject` in Xcode and run standard configuration
- Or use [Kotlin Multiplatform Mobile plugin](https://plugins.jetbrains.com/plugin/14936-kotlin-multiplatform-mobile) for Android Studio
Run iOS simulator UI tests: `./gradlew :composeApp:iosSimulatorArm64Test`### Experimental Browser (JS)
Run the browser application: `./gradlew :composeApp:jsBrowserDevelopmentRun --continue`
Run browser UI tests: `./gradlew :composeApp:jsBrowserTest`## Community Resources
Join our community to connect with other users and contributors:- **Documentation**: Find more information and resources in our [documentation](https://github.com/KhubaibKhan4/Youtube-Clone-KMP/wiki).
- **Forums**: Ask questions and discuss ideas in our [community forums](https://github.com/KhubaibKhan4/Youtube-Clone-KMP/discussions).
- **Chat**: Join our community chat on [Slack](https://join.slack.com/t/kotlinmultipl-gr51340/shared_invite/zt-2go24sz06-_lyxM2arRifMqwAPN2EzoA) to chat with other users and contributors.## Acknowledgments
We'd like to thank the following individuals and organizations for their contributions to the YouTube Clone project:- No Contributor Yet.
- Checkout Other cool projects on my profile as well.