This is a simple Palindrome Checker built with React and TypeScript. The application allows users to input a phrase, and it checks whether the phrase is a palindrome while ignoring spaces, punctuation, and case sensitivity.
- User-friendly UI with modern styling.
- Supports complex palindrome phrases like:
- "Madam, in Eden, I'm Adam"
- "A man, a plan, a canal, Panama"
- "No lemon, no melon"
- Instant palindrome checking with a single click.
- Interactive visual feedback.
- Frontend: React (with TypeScript)
- Styling: Tailwind CSS
- Deployment: Vercel
- Clone this repository:
git clone https://github.com/BhaskarDeb2000/palindrome.git cd palindrome - Install dependencies:
npm install
- Start the development server:
npm run dev
- Open in the browser:
http://localhost:3000