This repository contains my submission for the Jetpack Compose Profile Card UI Challenge. The challenge was to create a profile card UI that displays a user's profile information using Rows, Columns, and Text elements.
- Kotlin
- Jetpack Compose
- Clone the repository:
git clone https://github.com/DevHumbleChris/jt-compose-profile-card-ui.git
- Open the project in Android Studio.
- Run the app on an emulator or a physical device.
The codebase is organized as follows:
app/src/main/java/com/example/profilecardui/
- Contains the main source code.app/src/main/res/
- Contains resources such as layout files and drawables.
- Android Gradle Plugin
- Jetpack Compose
- Navigation
implementation("androidx.navigation:navigation-compose:2.7.6")
- Fonts
implementation("androidx.compose.ui:ui-text-google-fonts:1.5.4")
Feel free to submit issues and pull requests. Contributions are welcome!
This project is licensed under the MIT License.
I would like to express my gratitude to @Hutsy for making UI development in Android more enjoyable.