Word Play

A Coding Challenge

My goal is to create a web page where you can enter a phrase, and this small web app will tell you whether that phrase is a palindrome or not. A palindrome is a word, phrase, or sequence that reads the same forwards and backward (ignoring spaces, punctuation, and letter case).

To begin, enter a message in the input box and press the button to display in reverse.