https://github.com/wasifbaliyan/neog-camp-palindrome-birthday
Palindrome birdthday is an assignment for neog.camp by Tanay Pratap. Mark 13
https://github.com/wasifbaliyan/neog-camp-palindrome-birthday
Last synced: 4 months ago
JSON representation
Palindrome birdthday is an assignment for neog.camp by Tanay Pratap. Mark 13
- Host: GitHub
- URL: https://github.com/wasifbaliyan/neog-camp-palindrome-birthday
- Owner: wasifbaliyan
- Created: 2021-01-01T14:05:06.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-08-24T17:13:54.000Z (almost 4 years ago)
- Last Synced: 2025-01-10T18:52:29.405Z (5 months ago)
- Language: CSS
- Homepage: https://check-palindrome.netlify.app/
- Size: 709 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Palindrome Birthday Mark 13
In this web application user can check if their birthday is a palindrome date.
Palindromes are the strings or numbers which are same if reversed.
For example:
RACECAR, 101 etc
We will check palindrome for these date formats:- DD-MM-YYYY
- MM-DD-YYYY
- YYYY-MM-DD
- DD-MM-YY
- MM-DD-YY
- YY-MM-DD> This is an assignment for neog.camp by Tanay Pratap.
Tech used are: HTML5, CSS3, JavaScript.