Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Palindrome Checker

A straightforward web application to determine if a given text is a palindrome. Enter your text, click "Check," and see if the text reads the same backward as forward. The app normalizes the input by removing non-alphanumeric characters and converting to lowercase.

Features

  • Text normalization: removes non-alphanumeric characters and converts to lowercase.
  • Real-time palindrome check.
  • Clear success and error messages.

Technologies Used

  • HTML
  • CSS
  • JavaScript

How to Use

  1. Clone the repository:

    git clone https://github.com/yourusername/palindrome-checker.git
  2. Navigate to the project directory:

    cd palindrome-checker
  3. Open index.html in your web browser.

  4. Enter text in the input field and click "Check" to see if it is a palindrome.

Project Structure

  • index.html - Main HTML file
  • styles.css - CSS file for styling
  • script.js - JavaScript file for functionality

Contributing

Feel free to fork the repository and submit pull requests for any improvements or bug fixes.

License

This project is licensed under the MIT License - see the LICENSE file for details.

Acknowledgments

  • Inspired by various palindrome checker implementations.

About

A simple web app that checks if a given text is a palindrome. Enter text, click "Check," and see if it's a palindrome. The app normalizes input by removing non-alphanumeric characters and converting to lowercase. It provides clear messages for both palindrome and non-palindrome results.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages