A simple Python program to check if a given string is a palindrome. It uses efficient character-by-character comparison to determine if the string reads the same backward as forward.
- Clone the repository:
git clone https://github.com/your-username/palindrome-checker.git cd palindrome-checker