Skip to content

smilegupta/BirthdayWishes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

Happy Birthday! - Coder's way of wishing

Happy Birthday View Demo

99.9% of people just say "Happy Birthday" to each other over Social Networking Sites like Facebook and Twitter with the same 14 predictable letters. Why not say it with code? If you're a developer you already understand it!

check demo

Designing a website to celebrate your loved one's day is always a great idea!

Click here to view live demo!

Technology Stack Used

HTML CSS JavaScript

  • Front End - HTML, CSS, JavaScript

Need help?


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

Facebook Instagram LinkedIn Twitter

Glad to see you here! Show some love by starring this repo.



  if (isAwesome) {
    // thanks in advance :p
    starThisRepository();
  }