Skip to content

This repository hosts a simple web application that verifies whether a given string is a palindrome. Developed using HTML, Bootstrap CSS, and JavaScript. Here's the deployed link! ๐Ÿ‘‡

Notifications You must be signed in to change notification settings

vanshajgupta37/Palindrome-Checker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

1 Commit
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

Palindrome Checker

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.

Features

  • 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.

Technologies Used

  • HTML
  • CSS
  • JavaScript

External Libraries/Frameworks Used

How to Use

  1. Clone this repository to your local machine.
  2. Open index.html in your web browser.
  3. Enter a string in the input field provided.
  4. Click the "Check" button.
  5. The result will be displayed below the input field, indicating whether the string is a palindrome or not.

File Structure

  • 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.

Contributing

Contributions are welcome! If you'd like to contribute to this project, feel free to open an issue or submit a pull request.

License

This project is licensed under the MIT License.

About

This repository hosts a simple web application that verifies whether a given string is a palindrome. Developed using HTML, Bootstrap CSS, and JavaScript. Here's the deployed link! ๐Ÿ‘‡

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published