Skip to content

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

Notifications You must be signed in to change notification settings

csl122/birthday-counter

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

 

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 76.0%
  • CSS 18.3%
  • HTML 5.7%