Skip to content

Latest commit

 

History

History
 
 

Palindrome Checker

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

Palindrome Checker

A simple Palindrome Checker Using HTML, CSS and Javascript.


Table of Contents
  1. About The Project

  2. Getting Started

  3. Logic and Usage

About The Project

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.

(back to top)


Built With

(back to top)

Getting Started

Prerequisites

There are no prerequisites for running this program.

Running the Program:

  1. Start by cloning the repository.

git clone https://github.com/khushi-purwar/WebDev-ProjectKart.git

  1. Navigate to Palindrome Checker Project.

  2. Open the index.html HTML file with live server.

(back to top)

Logic and Usage

screenshot



Enter a word or a number and after submitting the result will be shown in the result box.

(back to top)