Skip to content

Omkar-Ghate/birthday-palindrome

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Birthday Palindrome

Open Source Love Awesome Made With Love

What is this app about:

This is a fun app to check if the birthdate is a palindrome or not. It checks your birthdate in 6 formats dd-mm-yyyy, mm-dd-yy, yyyy-mm-dd, mm-dd-yy, dd-mm-yy, yy-mm-dd. If date input by user is 01 Aug 1995, then app will check for 01081995, 08011995, 19950801, 080195, 010895, and 950801 combinations. If the date is not a palindrome then it will show nearest date and by how many days it got missed.

How to use:

  1. Click on Try it button, to go to palindrome check section.
  2. Enter your birthdate in date field and click on Check button.
  3. Output will be shown below the check button.

Technology Stack Used:

HTML CSS JavaScript React

Still need help?


  if (needHelp === true) {
     // email is the best way to reach out to me!
     const emailId = "omkarghate01@gmail.com";
     sendEmail(emailId);
  }

LinkedIn