This repository contains my submission for the Jetpack Compose Counter App Challenge. The challenge was to create a simple counter application using Jetpack Compose, allowing users to increment and decrement a counter value.
- Increment and decrement buttons to adjust the counter value.
- Display of the current counter value.
- Responsive and user-friendly UI.
- Efficient state management using Jetpack Compose.
- Kotlin
- Jetpack Compose
- Clone the repository:
git clone https://github.com/DevHumbleChris/counterapp.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/counterapp/
- Contains the main source code.app/src/main/res/
- Contains resources such as layout files and drawables.
- Android Gradle Plugin
- Jetpack Compose
- Navigation
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.