No description
All checks were successful
Build / build (push) Successful in 7m39s
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [com.android.library](https://developer.android.com/studio/build) ([source](https://android.googlesource.com/platform/tools/base)) | plugin | minor | `8.5.2` -> `8.8.0` | | [com.android.application](https://developer.android.com/studio/build) ([source](https://android.googlesource.com/platform/tools/base)) | plugin | minor | `8.5.2` -> `8.8.0` | --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about these updates again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xMjAuMCIsInVwZGF0ZWRJblZlciI6IjM5LjEyMC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbXX0=--> Reviewed-on: #19 Co-authored-by: Renovate Bot <renovate@brmartin.co.uk> Co-committed-by: Renovate Bot <renovate@brmartin.co.uk> |
||
---|---|---|
.fleet | ||
.github/workflows | ||
composeApp | ||
gradle | ||
iosApp | ||
.gitignore | ||
build.gradle.kts | ||
gradle.properties | ||
gradlew | ||
gradlew.bat | ||
README.md | ||
renovate.json | ||
settings.gradle.kts |
Bob -- The Handy Feedback App
This project is a simple Kotlin Multiplatform Application that allows users to enter free-text and submit the content to a server over HTTP. It also includes a form with sentiment selection and displays a Snackbar whenever the submit button is pressed.
Features
- Free-text input form
- Sentiment selection using FilterChips
- Submit content to a server using Retrofit
- Display Snackbar on form submission
Technologies Used
- Kotlin
- Jetpack Compose
- Retrofit
- Gradle
Getting Started
Installation
- Download the latest release from the releases page
- Install the application following the on-screen instructions.
Usage
- Run the application on an Android emulator or a physical device.
- Select a sentiment using the FilterChips.
- Enter your text in the provided text field.
- Press the submit button to send the content to the server.
Project Structure
composeApp/src/commonMain/kotlin/uk/sky/bob/application/App.kt
: Main Compose UI and form submission logic.