Skip to content

elguillegl/palindromes

Repository files navigation

Palindrome Validator (Test App)

This is a simple test application built with Kotlin and Jetpack Compose to validate if a given word is a palindrome.

Features

  • 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.

Tech Stack

  • Kotlin
  • Jetpack Compose

Running the application

  1. Clone this repository.
  2. Open the project in Android Studio.
  3. Ensure you have the necessary dependencies configured in your project (Kotlin, Jetpack Compose).
  4. Run the application on an Android device or emulator.

Usage

  1. Launch the application.
  2. Enter a word in the text field provided.
  3. Tap the "Check" button.
  4. 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.

Contributing

This application is currently a test project and not intended for external contributions.

License

This project is licensed under the Apache License 2.0: https://www.apache.org/licenses/LICENSE-2.0.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages