Skip to content

mahimagupta24/is-your-birthday-lucky

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

is-your-birthday-lucky

This is an app built using vanilla javascript which will tell you that your birthday is lucky or not.

It will take your birth date and your lucky number as input. Birthday will be lucky if the sum of all the numbers in birthday is divisible by your entered lucky number.

Tech stack used:

1.HTML 2.CSS 3.Javascript