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.
- 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
- HTML5
- CSS3
- JavaScript
# 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