Skip to content

Commit cbf700c

Browse files
committed
Add android and ios screenshot to README
1 parent c956076 commit cbf700c

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

.github/android-ios-screenshot.png

263 KB
Loading

.github/kmp-showcase.png

8.63 KB
Loading

README.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,15 @@
1-
# Kotlin Mulitplatform Showcase
1+
# Kotlin Multiplatform Showcase
22

33
<img src="https://github.com/moallemi/kmp-showcase/blob/master/.github/kmp-showcase.png?raw=true">
44

55
A minimal app illustrating **Kotlin Multiplatform**. Currently running on
66
* Android
77
* iOS
8+
* Web (in progress)
9+
* macOS (TODO)
10+
* CLI (TODO)
11+
12+
<img src="https://github.com/moallemi/kmp-showcase/blob/master/.github/android-ios-screenshot.png?raw=true">
813

914
## Project Structure
1015

@@ -26,8 +31,8 @@ The iOS app code is in the `iosApp` directory. It uses SwiftUI to render output
2631

2732
This is a simple Ktor server running on the Netty engine with a single endpoint `/api/v1/apps`, which outputs a list of `Apps` object serialized to JSON.
2833

29-
Note that this repository may have errors on the side of minimalism to help more clearly illustrate key moving parts of a Kotlin
30-
Multiplatform project and also to help someone just starting to explore KMP to get up and running for the first time.
34+
Note that this repository may have not used the best practices on android or iOS implementation to help more clearly illustrate key parts of a Kotlin
35+
Multiplatform project and also to help someone just starting to explore KMP for the first time.
3136

3237
### Libraries and tools used
3338

0 commit comments

Comments
 (0)