ambiere / freecodecamp-palindrome-checker

FreecodeCamp.org Palindrome Checker project.

Home Page:https://palindrome-checker-ashen.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Palindrome Checker

Freecodecamp logo

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.

About

FreecodeCamp.org Palindrome Checker project.

https://palindrome-checker-ashen.vercel.app

License:MIT License


Languages

Language:JavaScript 63.2%Language:CSS 32.0%Language:HTML 4.2%Language:Shell 0.5%