A simple Palindrome Checker Using HTML, CSS and Javascript.
Table of Contents
palindrome is a word, number, phrase, or other sequence of characters which reads the same backward as forward, such as madam or racecar. This program can find if the entered sentence ,word or number is palindrome or not.
There are no prerequisites for running this program.
- Start by cloning the repository.
git clone https://github.com/khushi-purwar/WebDev-ProjectKart.git
-
Navigate to
Palindrome Checker
Project. -
Open the
index.html
HTML file with live server.
Enter a word or a number and after submitting the result will be shown in the result box.