Skip to content

Birthdate Palindrome Check is a fun game app created using Vanilla JS, which tells users whether their birthdate is palindrome or not.

Notifications You must be signed in to change notification settings

harshithbadiga/Palindrome-Birthday-NeoGCamp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Birthdate Palindrome Check

Birthdate Palindrome Check is a fun game app created using Vanilla JS, which tells users whether their birthdate is palindrome or not. A palindrome is a word/number which reads the same backward as forward. This app checks your birthdate in 4 formats yyyy-mm-dd, dd-mm-yyyy, mm-dd-yy, m-dd-yyyy.

How it works?

  • Takes user's birthday
  • Tells them whether they was born on a palindrome day or not.
  • Users can put dates in MM/DD/YYYY format, DD/MM/YYYY, MM/DD/YY format etc. to check if they have any chance.
  • If not a palindrome, then it tells users what is the nearest date from their birthdate which is a palindrome date.
  • It also tells them by how many days they missed it.

Tech Stack:

  • HTML5
  • CSS
  • Vanilla JS

About

Birthdate Palindrome Check is a fun game app created using Vanilla JS, which tells users whether their birthdate is palindrome or not.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published