Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/samuelcardenasg23/palindrome-checker
- Owner: samuelcardenasg23
- Created: 2024-02-01T05:40:49.000Z (10 months ago)
- Default Branch: master
- Last Pushed: 2024-02-01T05:45:29.000Z (10 months ago)
- Last Synced: 2024-02-01T06:36:27.650Z (10 months ago)
- Language: CSS
- Homepage: https://samuelcardenasg23.github.io/palindrome-checker/
- Size: 0 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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/)