Skip to content
Sung Jinhwoo edited this page Mar 28, 2025 · 2 revisions

Welcome to the Palindrome-Checker wiki!

Overview

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.

Features

  • 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.

Demo

You can try out the app by visiting the live demo here: Demo Link

Technologies Used

  • 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.

Usage

  1. Enter a Word/Phrase: In the input field, type a word, phrase, or number you want to check.

  2. Click "Check": Hit the "Check" button to see if the entered text is a palindrome.

  3. Result: The app will display whether the input is a palindrome or not.

License

This project is licensed under the Apache License 2.0. See the LICENSE file for more details.

Acknowledgments

I'd like to thank the contributors and users who provide valuable feedback and suggestions to improve the app.

Clone this wiki locally