hacktoberfest
hacktoberfest copied to clipboard
Palindrome Checker website
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 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.
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!
Hey @studentpiyush not a contribution, but a developer tip! You have to include a reference to the issue in your Pull Request (PR) Steps:
- Go to your Pull Request
- Edit the description.
- Use a phrase like
Fixes #3201(Note that this issue is referenced as 3201 in the navigation bar at the top - 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
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. 😊
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
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!
It was a pleasure for me to be of some help. Wish you great luck @studentpiyush !