diff --git a/README.md b/README.md index 447fd1e..905424d 100644 --- a/README.md +++ b/README.md @@ -40,7 +40,7 @@ A project to display images from [Unsplash](https://unsplash.com) API using Kotl * To successfully make API calls to [Unsplash](https://unsplash.com) Endpoint, use a valid API Token from Unsplash. * Enter your valid API token [here](./composeApp/src/commonMain/kotlin/env/Env.kt) -## App Screenshots +## Mobile App Screenshots | ![Screenshot 1](./images/screenshot_1.png) | ![Screenshot 2](./images/screenshot_2.png) | |--------------------------------------------|--------------------------------------------| @@ -48,4 +48,9 @@ A project to display images from [Unsplash](https://unsplash.com) API using Kotl | ![Screenshot 3](./images/screenshot_3.png) | ![Screenshot 4](./images/screenshot_4.png) | |--------------------------------------------|--------------------------------------------| +## Desktop App Screenshots + +| ![Desktop Screenshot 1](./images/desktop_screenshot_1.png) | ![Desktop Screenshot 2](./images/desktop_screenshot_2.png) | +|------------------------------------------------------------|------------------------------------------------------------| +
diff --git a/images/desktop_screenshot_1.png b/images/desktop_screenshot_1.png new file mode 100644 index 0000000..ea50b6c Binary files /dev/null and b/images/desktop_screenshot_1.png differ diff --git a/images/desktop_screenshot_2.png b/images/desktop_screenshot_2.png new file mode 100644 index 0000000..baf0501 Binary files /dev/null and b/images/desktop_screenshot_2.png differ