The TACOCAT coding challenge is based on the more traditional “reverse a string” exercise, but
ultimately determines if a word or phrase is a palindrome.
A palindrome is a word that has the same
spelling forwards and backwards. You will be asked to enter a word and the program will check
whether the word you entered is a palindrome.
Technologies Used: HTML, JavaScript, CSS, Bootstrap.
Example: the user enters "developer" the output is "repoleved".