hacktoberfest icon indicating copy to clipboard operation
hacktoberfest copied to clipboard

Palindrome Checker website

Open nikhilsingh1010 opened this issue 1 year ago • 1 comments

Title: Palindrome Checker Website

Problem: This project aims to develop a web application that checks whether a given string is a palindrome or not. A palindrome is a word, phrase, number, or other sequence of characters that reads the same forward and backward (ignoring spaces, punctuation, and capitalization). The current implementation may lack a user-friendly interface or efficient algorithms for checking palindromes.

Goal: The goal of this project is to create an intuitive and responsive web application that allows users to input strings and instantly determine if they are palindromes. This change is important for enhancing user engagement and providing a fun way to explore string manipulation concepts. Other users will benefit from a straightforward tool that promotes learning and understanding of palindromes.

Possible solutions:

Frontend Implementation: Use HTML, CSS, and JavaScript to create a user-friendly interface where users can input their strings and see the results.

nikhilsingh1010 avatar Oct 19 '24 21:10 nikhilsingh1010

@nikhilsingh1010 Please Star ⭐️ the repo to earn "hacktober-accepted" label for the event. Meanwhile if you want to work on this issue, Please raise the PR and we will review and merge it.

github-actions[bot] avatar Oct 19 '24 21:10 github-actions[bot]

Hii @nikhilsingh1010
I have implemented the Palindrome Checker as described in this issue (#3201) and submitted a Pull Request.

link of PR : - https://github.com/shivaylamba/Hacktoberfest/pull/2425/files

Please take a look and let me know if any changes are needed. Thank you!

studentpiyush avatar Oct 02 '25 16:10 studentpiyush

Hey @studentpiyush not a contribution, but a developer tip! You have to include a reference to the issue in your Pull Request (PR) Steps:

  1. Go to your Pull Request
  2. Edit the description.
  3. Use a phrase like Fixes #3201 (Note that this issue is referenced as 3201 in the navigation bar at the top
  4. Complete the edit

You will see that the Pull Request will be linked over here, once it is accepted, this issue will be closed. To learn more, visit GitHub docs on linking Pull Requests to Issues

ayaantuts avatar Oct 12 '25 09:10 ayaantuts

Hey @ayaantuts , thank you for the helpful tip! I’ve updated my PR description to include Fixes #3201. Appreciate your guidance!

You can check the PR now — it would be really helpful if you could let me know if there’s anything else I can improve or any mistakes to fix. 😊

studentpiyush avatar Oct 13 '25 03:10 studentpiyush

Hi @studentpiyush I have seen your Pull Request It is on another repository, by shivaylamba You had to make it on this repository and mention the issue number

No need to worry, here's what you can do:

  • Close that PR
  • Create a new fork of this repo
  • Create a branch
  • Make the changes (you can paste the same)
  • Push
  • Create Pull Request

ayaantuts avatar Oct 14 '25 07:10 ayaantuts

Hii @ayaantuts Thank you for guiding me! 🙏 I’ve followed your instructions, created fork, branch, and submitted the PR correctly — and it’s now accepted 🎉 Really appreciate your help and feedback!

studentpiyush avatar Oct 14 '25 08:10 studentpiyush

It was a pleasure for me to be of some help. Wish you great luck @studentpiyush !

ayaantuts avatar Oct 16 '25 17:10 ayaantuts