TacoCat

A palindrome is a word, phrase, verse, or sentence that reads the same backward or forward.

The code on this site uses JavaScript to take an input from the user, sanitizes it, and compares the input to the input reversed to see if it is a palindrome.