A really simple and elegant looking birthday counter
git clone https://github.com/akanksha-raghav/Birthday_wishes/
Edit config object in scripts/index.js
replace name and birthdate
6 const config = {
7 birthdate: 'September 28, 2020',
8 name: 'SMRITI'
9 };
You can deploy it to many free hosting sites
Deploying to now.sh
$ cd birthday_wishes
$ now
Deploying to surge.sh
$ cd birthday_wishes
$ surge