Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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.