A palindrome is a string where it's reversed order is exactly the same as the original. This app tests if the input is a palindrome by taking the original string, running a for loop to reverse each character. And then it goes through a If/else to test if there is a match.
Project created with:
- HTML5
- CSS3
- SASS
- JS ES6
This was designed in neomorphic style.
Overall, this was a fun little app to build. The only problem I had was dealing with the capitalizations of words. This was easily solved using the .toLowerCase()
method.
Test run it HERE