This is a simple web application that allows users to check if a given string is a palindrome or not. Palindromes are strings that read the same forwards and backwards.
- User-friendly interface.
- Ability to input any string to check if it's a palindrome.
- Provides instant feedback on whether the input string is a palindrome or not.
- Includes a fun fact section.
- HTML
- CSS
- JavaScript
- Clone this repository to your local machine.
- Open
index.html
in your web browser. - Enter a string in the input field provided.
- Click the "Check" button.
- The result will be displayed below the input field, indicating whether the string is a palindrome or not.
index.html
: Main HTML file containing the structure of the web page.styles.css
: CSS file for styling the web page.index.js
: JavaScript file containing the palindrome checking logic and other functionalities.
Contributions are welcome! If you'd like to contribute to this project, feel free to open an issue or submit a pull request.
This project is licensed under the MIT License.