Skip to content

Web app that checks if a word or sentence is a palindrome, ignoring spaces, punctuation, and case.

Notifications You must be signed in to change notification settings

pradigwe/palindrome-checker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Palindrome Checker

A web app that checks if a word or sentence is a palindrome.
The app ignores spaces, punctuation, and letter case, and provides real-time feedback.


Features

  • Checks words and sentences for palindromes
  • Ignores punctuation, spacing, and letter case
  • Interactive UI with Enter key and Check button support
  • Displays clear validation messages

Built With

  • HTML5
  • CSS3
  • JavaScript

Getting Started

# Clone the repository
git clone https://github.com/pradigwe/palindrome-checker.git

# Navigate to the project folder
cd palindrome-checker

# Open the app in your browser
# Simply open index.html

# Project Structure
palindrome-checker/
├── index.html       # Main HTML file
├── styles.css       # CSS styling
├── script.js        # JavaScript logic
└── README.md        # Project documentation

About

Web app that checks if a word or sentence is a palindrome, ignoring spaces, punctuation, and case.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published