-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Welcome to the Palindrome-Checker wiki!
The Palindrome Checker Web App is a simple and intuitive tool that allows users to check whether a word, phrase, or number is a palindrome (a sequence that reads the same backward as forward). This app provides an easy-to-use interface that helps identify palindromes instantly.
-
User-friendly Interface: Easily input words, phrases, or numbers to check if they are palindromes.
-
Real-time Checking: Instantly checks the input and displays whether it's a palindrome.
-
Supports Phrases: Can handle spaces and punctuation (ignores spaces and punctuation when checking palindromes).
-
Responsive Design: Works on both desktop and mobile devices.
You can try out the app by visiting the live demo here: Demo Link
-
HTML: For creating the basic structure of the app.
-
CSS: For styling and creating a responsive layout.
-
JavaScript: For the logic that checks if the input is a palindrome.
-
Enter a Word/Phrase: In the input field, type a word, phrase, or number you want to check.
-
Click "Check": Hit the "Check" button to see if the entered text is a palindrome.
-
Result: The app will display whether the input is a palindrome or not.
This project is licensed under the Apache License 2.0. See the LICENSE file for more details.
I'd like to thank the contributors and users who provide valuable feedback and suggestions to improve the app.