https://github.com/ambiere/freecodecamp-palindrome-checker
FreecodeCamp.org Palindrome Checker project.
https://github.com/ambiere/freecodecamp-palindrome-checker
algorithms-and-data-structures javascript
Last synced: about 2 months ago
JSON representation
FreecodeCamp.org Palindrome Checker project.
- Host: GitHub
- URL: https://github.com/ambiere/freecodecamp-palindrome-checker
- Owner: ambiere
- License: mit
- Created: 2023-08-06T13:48:09.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-08-08T18:56:30.000Z (over 2 years ago)
- Last Synced: 2025-10-06T18:43:07.005Z (about 2 months ago)
- Topics: algorithms-and-data-structures, javascript
- Language: JavaScript
- Homepage: https://palindrome-checker-ashen.vercel.app
- Size: 71.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
Palindrome Checker
FreecodeCamp.org Palindrome Checker project
#### Description
A palindrome is a word or sentence that's spelled the same way both forward and backward, ignoring punctuation, case, and spacing.
Strings with varying formats, such as `racecar`, `RaceCar`, and `race CAR` among others can be passed, and the checker will verify if it is a palindrome. It is also possible to pass strings with special symbols, such as `2A3*3a2`, `2A3 3a2`, and `2_A3*3#A2`.