This project is a simple Palindrome Checker implemented in JavaScript. Users can input a string, and the application will determine whether the input is a palindrome.
The Palindrome Checker is a web application that checks whether a given string is a palindrome. It removes non-alphanumeric characters, converts the string to lowercase, and compares it to its reverse to determine if it reads the same backward as forward.
-
Palindrome Checking: Easily check if a given string is a palindrome or not.
-
User-Friendly Interface: Input a string through a text field or press the "Check" button to see the result.
-
Enter a string in the text input field.
-
Press the "Check" button or hit the Enter key to check if the input is a palindrome.
-
The result will be displayed below the input, indicating whether the input is a palindrome or not.
To use the Palindrome Checker:
-
Clone the repository:
git clone https://github.com/Erikote04/Palindrome-Checker.git
-
Open the
index.html
file in a web browser. -
Input a string in the text field or press the "Check" button to see the result.