Palindrome Checker is a simple application that allows users to check if an entered number is a palindrome. A number is considered a palindrome if it reads the same forwards and backwards, such as 121 or 12321.
Below are examples of the application in use:
- Input a number to check if it’s a palindrome
- Display the result indicating if the number is a palindrome or not
- Clone the repository:
git clone https://github.com/OrasanuAna/Palindrome-Checker.git
- Navigate to the project directory:
cd Palindrome-Checker
Run the application and input a number to check if it is a palindrome.