Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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


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

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

# Palindrome Checker

This repository contains a JavaScript program that checks whether a given string is a palindrome. It ignores spaces, punctuation, and capitalization.

### Features:
- Checks if a string is a palindrome.
- Ignores non-alphanumeric characters.

This project showcases string manipulation and algorithmic logic in JavaScript.