/birthday-counter

Birthday Countdown + Sweet Birthday Greeting with HTML, CSS & JS

Primary LanguageJavaScript

birthday counter

A really simple and elegant looking birthday counter

 

demo (youtube)

Birthday Countdown + Sweet Birthday Greeting with HTML, CSS & JS

 

installation

git clone https://github.com/pavanjadhaw/birthday-counter

 

usage

Edit config object in scripts/index.js replace name and birthdate

6   const config = {
7     birthdate: 'Jan 29, 2020',
8     name: 'Darlene'
9   };

 

deploying

You can deploy it to many free hosting sites

Deploying to now.sh

$ cd birthday-counter
$ now

 

Deploying to surge.sh

$ cd birthday-counter
$ surge

 

acknowledgements

Feel free to use any part of this! Contributions are welcome, I managed to put this together year ago when I didnt know any js or anything about programming/webdev in general. So thanks to all copepen which I copied, use few parts of.