Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/samuelcardenasg23/palindrome-checker

A web application to check if a given text is a palindrome. Using HTML, CSS and JavaScript.
https://github.com/samuelcardenasg23/palindrome-checker

Last synced: 7 days ago
JSON representation

A web application to check if a given text is a palindrome. Using HTML, CSS and JavaScript.

Awesome Lists containing this project

README

        

# Palindrome Checker

## Description
A web application to check if a given text is a palindrome. A palindrome is a word, phrase, number, or other sequence of characters that reads the same forward and backward (ignoring punctuation, case, and spacing).

## Technologies Used
- HTML
- CSS
- JavaScript

## Features

- Case-insensitive: The checker ignores the case of the characters in the input.
- Removes non-alphanumeric characters: Non-alphanumeric characters are removed before checking for palindrome.

## Getting Started
Just open [Palindrome Checker](https://samuelcardenasg23.github.io/palindrome-checker/)