This project is a simple web-based palindrome checker. Users can input a word or sentence into a text field, and the application will determine whether the input is a palindrome (reads the same backward as forward) or not. The result is displayed dynamically on the webpage, along with corresponding images indicating whether the input is a palindrome or not. The project provides a straightforward interface for users to quickly check if their input is a palindrome.
To use this project, follow these steps:
- Step 1: Clone the repository.
- Step 2: Open the index.html file in your web browser.
- Step 3: Enjoy!
Here's how to use the project:
- Step 1: Enter your text in the input field.
- Step 2: Press the "Check" button.
- Step 3: See the result.
We welcome contributions! Here's how to contribute:
- Fork the repository.
- Create a new branch.
- Make your changes.
- Submit a pull request.
This project is licensed under the MIT License - see the LICENSE file for details.