A straightforward web application to determine if a given text is a palindrome. Enter your text, click "Check," and see if the text reads the same backward as forward. The app normalizes the input by removing non-alphanumeric characters and converting to lowercase.
- Text normalization: removes non-alphanumeric characters and converts to lowercase.
- Real-time palindrome check.
- Clear success and error messages.
- HTML
- CSS
- JavaScript
-
Clone the repository:
git clone https://github.com/yourusername/palindrome-checker.git
-
Navigate to the project directory:
cd palindrome-checker -
Open
index.htmlin your web browser. -
Enter text in the input field and click "Check" to see if it is a palindrome.
index.html- Main HTML filestyles.css- CSS file for stylingscript.js- JavaScript file for functionality
Feel free to fork the repository and submit pull requests for any improvements or bug fixes.
This project is licensed under the MIT License - see the LICENSE file for details.
- Inspired by various palindrome checker implementations.