A palindrome is a word, number, phrase, or other sequence of characters which reads the same backward as forward ignoring punctuation, case, and spacing.
This application asks a user for a phrase or a word. It checks the user input, runs palindrome check on it, and tells user whether the entered string is a palindrome or not.
https://nandanholla.github.io/palindrome-checker
- A Man, A Plan, A Canal-Panama!
- Madam In Eden, I’m Adam
- Dammit, I’m Mad!
- Was It A Rat I Saw?
- A Santa Lived As a Devil At NASA
HTML, CSS, Javascript
Clone the repo
git clone https://github.com/nandanholla/palindrome-checker.git
Run the application
Use live server extention in vscode.
-
Check out palindrome checker from Free Code Camp - JavaScript Algorithms and Data Structures