Skip to content

Commit

Permalink
Docs: Update README with app store badges and tech icons (#458)
Browse files Browse the repository at this point in the history
  • Loading branch information
ksharma-xyz authored Dec 14, 2024
1 parent 056884e commit 930146b
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 9 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,15 @@ on:
branches: [ main ]
pull_request:
branches: [ main ]
types: [opened, synchronize, reopened, ready_for_review]

concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number }}
cancel-in-progress: true

jobs:
android:
if: ${{ github.event.pull_request.draft == false }}
runs-on: ubuntu-latest
environment: Firebase
timeout-minutes: 60
Expand Down Expand Up @@ -61,6 +67,7 @@ jobs:
run: ./gradlew :composeApp:assembleRelease test

iOS:
if: ${{ github.event.pull_request.draft == false }}
runs-on: macos-14
environment: Firebase
timeout-minutes: 60
Expand Down
18 changes: 9 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,19 +1,13 @@
## Build Status

[![Krail App CI](https://github.com/ksharma-xyz/Krail/actions/workflows/build.yml/badge.svg)](https://github.com/ksharma-xyz/Krail/actions/workflows/build.yml)

## Download

[<img src="https://upload.wikimedia.org/wikipedia/commons/thumb/7/78/Google_Play_Store_badge_EN.svg/1280px-Google_Play_Store_badge_EN.svg.png" alt="Download Krail App - Google Play Store" width="200"/>](https://play.google.com/store/apps/details?id=xyz.ksharma.krail)

# Krail
# KRAIL <img src="https://upload.wikimedia.org/wikipedia/commons/thumb/7/74/Kotlin_Icon.png/1200px-Kotlin_Icon.png" height="30"> <img src="https://upload.wikimedia.org/wikipedia/commons/thumb/3/31/Android_robot_head.svg/1100px-Android_robot_head.svg.png" height="30"> <img src="https://upload.wikimedia.org/wikipedia/commons/c/ca/IOS_logo.svg" height="30">

Making travel simple and fun.

Krail is a Compose Multiplatform application designed to provide a seamless user experience across
Android and iOS platforms. This project leverages modern libraries and frameworks to ensure a robust
and scalable architecture.

[![Krail App CI](https://github.com/ksharma-xyz/Krail/actions/workflows/build.yml/badge.svg)](https://github.com/ksharma-xyz/Krail/actions/workflows/build.yml)

## Architecture

Krail follows a modular architecture with a clear separation of concerns. The main modules include:
Expand Down Expand Up @@ -68,6 +62,12 @@ To build the project, follow these steps:

Welcoming contributions from the community. Please create a new issue or pick up an existing one.

## Download

[<img src="https://upload.wikimedia.org/wikipedia/commons/thumb/7/78/Google_Play_Store_badge_EN.svg/1280px-Google_Play_Store_badge_EN.svg.png" alt="Download Krail App on Google Play Store" width="150"/>](https://play.google.com/store/apps/details?id=xyz.ksharma.krail)

[<img src="https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcQk7OywFCuNaXPnmdgEAmthr_XrNbzxmt6oUQ&s" alt="iOS Krail App on Apple App Store" width="150"/>](https://apps.apple.com/us/app/krail-app/id6738934832)

## License

```
Expand Down

0 comments on commit 930146b

Please sign in to comment.