/is-your-birthday-lucky

An application that takes the birthday and a lucky number of the user to tell if their birth date is lucky or not!

Primary LanguageCSS

Is Your Birthday Lucky

An application that takes the birthday and a lucky number of the user to tell if their birth date is lucky or not!

This application tells user whether they are lucky or not when the user enters their birth date and lucky number.

Live demo of the application


PREREQUISITES

  • HTML
  • CSS
  • JavaScript

WORKING

  1. User enters their birthdate and lucky number.
  2. The user is told whether they are lucky or not depending on the values entered.

My Learnings

  • Modulo operators
  • String to Number conversion

Challenges

  • Creating a presentable and clean UI