Skip to content

alikuxac-org/happy-birthday

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Birthday Countdown

A premium, auto-looping birthday countdown timer.

How to use

  1. Open index.html in your browser.

Customization

Change the Date

To change the target birthday, open js/index.js and edit the configuration section at the top:

// --- CONFIGURATION ---
const targetMonth = 3; // April (0 = January, 3 = April, ...)
const targetDay = 27;  // Day of the month
// ---------------------

Change the Music

Replace music/I-Do-911.mp3 with your own MP3 file, or update the src in index.html.

Features

  • Auto-Looping: Automatically counts down to the next occurrence of the date (this year or next year).
  • Premium Design: Glassmorphism, premium fonts, and smooth animations.
  • Confetti & Gift: Interactive celebration when the countdown reaches zero.

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors