https://github.com/romabulani/markthirteen-birthdaypalindrome
Is your Birthday Palindrome - Tells you if your DOB is palindrome or not.
https://github.com/romabulani/markthirteen-birthdaypalindrome
css html javascript
Last synced: 3 months ago
JSON representation
Is your Birthday Palindrome - Tells you if your DOB is palindrome or not.
- Host: GitHub
- URL: https://github.com/romabulani/markthirteen-birthdaypalindrome
- Owner: romabulani
- Created: 2021-08-26T20:09:22.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-09-14T14:20:21.000Z (over 3 years ago)
- Last Synced: 2025-01-07T12:47:24.665Z (5 months ago)
- Topics: css, html, javascript
- Language: JavaScript
- Homepage: https://romabulani-birthdaypalindrome.netlify.app/
- Size: 4.88 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Is your Birthday Palindrome?
Description : An application which takes DOb of user as input, checks if the DOB forms palindrome in any possible formats from ddmmyy, mmddyy, yymmdd, ddmmyyyy, mmddyyyy, yyyymmdd. It also lets the user know by how many days he/she missed the Palindrome Birth Date.
Tech Stack : HTML, CSS and JS
Live Project is [here](https://romabulani-birthdaypalindrome.netlify.app/).