Skip to content

Palindrome Checker is a simple web application that checks if a given number is a palindrome, meaning it reads the same forwards and backwards. Users can enter a number, and the app will display whether it qualifies as a palindrome.

Notifications You must be signed in to change notification settings

OrasanuAna/Palindrome_Checker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Palindrome Checker

Description

Palindrome Checker is a simple application that allows users to check if an entered number is a palindrome. A number is considered a palindrome if it reads the same forwards and backwards, such as 121 or 12321.

Overview

Below are examples of the application in use:

  1. Entering a number into the application
    Entering a palindrome

  2. Checking if the number is a palindrome
    Correct palindrome number

  3. Checking if the number is not a palindrome
    Incorrect palindrome number

Features

  • Input a number to check if it’s a palindrome
  • Display the result indicating if the number is a palindrome or not

Installation

  1. Clone the repository:
    git clone https://github.com/OrasanuAna/Palindrome-Checker.git
  2. Navigate to the project directory:
    cd Palindrome-Checker

Usage

Run the application and input a number to check if it is a palindrome.

About

Palindrome Checker is a simple web application that checks if a given number is a palindrome, meaning it reads the same forwards and backwards. Users can enter a number, and the app will display whether it qualifies as a palindrome.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published