A really simple and elegant looking birthday counter
git clone https://github.com/pavanjadhaw/birthday-counter
Edit config object in scripts/index.js
replace name and birthdate
6 const config = {
7 birthdate: 'Jan 29, 2020',
8 name: 'Darlene'
9 };
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
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.