Built using Vanilla JS, HTML and CSS
- Checks whether the input date given by the user is a palindrome or not
- It checks the date in all formats: dd-mm-yyy, mm-dd-yyyy, etc
- If the input birth date is not a palindrome, this app displays the nearest palindrome date and by how many days the user missed it.