This is a fun app, to check if a date is palindrome or not
This app checks input birthdate in 4 formats yyyy-mm-dd, dd-mm-yyyy, mm-dd-yy, m-dd-yyyy e.g. if date input by user is 01 Aug 1995, then app will check for 19950801, 01081995, 080195, 1081995 combinations. It will show date is palindrome if one of the combinations is palindrome. If the date is not palindrome then it will show nearest date and by how many days it got missed.
- Click on let's go button, to go to palindrome check section
- Enter your birthdate in date field and click on Check button.
- Output will be shown below the check button
Used html, css and react-js for this app