Skip to content

Project No. 5 of 21 of the freeCodeCamp course "JavaScript Algorithms and Data Structures". This project is required to get the certification. In this project you'll build an app that ckecks whether a given word is palindrome or not

Notifications You must be signed in to change notification settings

Erikote04/Palindrome-Checker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 

Repository files navigation

is-palindrome is-not-palindrome

Palindrome Checker

This project is a simple Palindrome Checker implemented in JavaScript. Users can input a string, and the application will determine whether the input is a palindrome.

Introduction

The Palindrome Checker is a web application that checks whether a given string is a palindrome. It removes non-alphanumeric characters, converts the string to lowercase, and compares it to its reverse to determine if it reads the same backward as forward.

Features

  • Palindrome Checking: Easily check if a given string is a palindrome or not.

  • User-Friendly Interface: Input a string through a text field or press the "Check" button to see the result.

Usage

  • Enter a string in the text input field.

  • Press the "Check" button or hit the Enter key to check if the input is a palindrome.

  • The result will be displayed below the input, indicating whether the input is a palindrome or not.

Getting Started

To use the Palindrome Checker:

  1. Clone the repository: git clone https://github.com/Erikote04/Palindrome-Checker.git

  2. Open the index.html file in a web browser.

  3. Input a string in the text field or press the "Check" button to see the result.

About

Project No. 5 of 21 of the freeCodeCamp course "JavaScript Algorithms and Data Structures". This project is required to get the certification. In this project you'll build an app that ckecks whether a given word is palindrome or not

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published