This is a simple test application built with Kotlin and Jetpack Compose to validate if a given word is a palindrome.
- Accepts user input for a word.
- Checks if the input is a palindrome.
- Displays a clear message indicating if the word is a palindrome or not.
- Kotlin
- Jetpack Compose
- Clone this repository.
- Open the project in Android Studio.
- Ensure you have the necessary dependencies configured in your project (Kotlin, Jetpack Compose).
- Run the application on an Android device or emulator.
- Launch the application.
- Enter a word in the text field provided.
- Tap the "Check" button.
- The application will display a message indicating if the word is a palindrome or not.
Note: This is a test application and does not include any advanced features or functionalities.
This application is currently a test project and not intended for external contributions.
This project is licensed under the Apache License 2.0: https://www.apache.org/licenses/LICENSE-2.0.