Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 709 Bytes

README.md

File metadata and controls

26 lines (17 loc) · 709 Bytes

Lucky Birthday

Lucky Birthday is a fun game app created using Vanilla JS, which tells users whether their birthday is lucky or not. It takes their birth date and lucky number as input and gives output as lucky or unlucky.

How it works?

  • Take user's complete birthday
  • And his/her lucky number.
  • Finds if sum of digits of birthday is divisible by the lucky number.
  • Shows the result to user with some graphics.

Tech Stack:

  • HTML5
  • CSS
  • Vanilla JS

Get the latest version of the project:

$ git clone https://github.com/piyushahir28/Lucky-Birthday.git
$ code index.html

Link to the Web App