https://github.com/hsnice16/palindrome-birthday
This app checks your Birthdate is Palindrome or not.
https://github.com/hsnice16/palindrome-birthday
css3 html5 javascript reactjs
Last synced: about 1 month ago
JSON representation
This app checks your Birthdate is Palindrome or not.
- Host: GitHub
- URL: https://github.com/hsnice16/palindrome-birthday
- Owner: hsnice16
- Created: 2021-07-24T19:36:57.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-08-14T18:50:46.000Z (almost 5 years ago)
- Last Synced: 2025-03-01T00:40:02.403Z (over 1 year ago)
- Topics: css3, html5, javascript, reactjs
- Language: JavaScript
- Homepage: https://check-birthday-palindrome.netlify.app/
- Size: 4.4 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# palindrome-birthday
This app will tell a user that his/her birthday is palindrome or not.
This app takes user birthday as input, and then checks their birthday in 4 formats dd-mm-yyyy, mm-dd-yyyy, mm-dd-yy, and yyyy-mm-dd. And if it is a palindrome in any format, then it will show a message with the format in which it is palindrome.
And If not, then tell them what is the nearest date from their birthdate which is a palindrome date. And also tell them by how many days they missed it.
**What is a Palindrome?**
A palindrome is a word/number which reads the same backward as forward
Check this app: [check🚀](https://check-birthday-palindrome.netlify.app/)