Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ridloghifary/palindrome-checker
This is a simple web application that checks if a given input is a palindrome or not.
https://github.com/ridloghifary/palindrome-checker
css html javascript
Last synced: 14 days ago
JSON representation
This is a simple web application that checks if a given input is a palindrome or not.
- Host: GitHub
- URL: https://github.com/ridloghifary/palindrome-checker
- Owner: RidloGhifary
- Created: 2024-08-04T13:01:21.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-08-04T13:43:16.000Z (5 months ago)
- Last Synced: 2024-11-08T00:58:43.012Z (2 months ago)
- Topics: css, html, javascript
- Language: CSS
- Homepage: https://ridloghifary.github.io/palindrome-checker/
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Palindrome Checker
This is a simple web application that checks if a given input is a palindrome or not.
## Description
This web application allows users to input any string and will check if it is a palindrome or not. A palindrome is a word, phrase, number, or other sequence of characters that reads the same backward as forward, such as madam or 1001.
## Rules
- The application will only consider alphabet and number.
- Any special character or space will not count.