/Birthday_wishes

Techie way to wish birthdays!!

Primary LanguageJavaScript

Birthday count-down

A really simple and elegant looking birthday counter

 

installation

git clone https://github.com/akanksha-raghav/Birthday_wishes/

 

usage

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

6   const config = {
7     birthdate: 'September 28, 2020',
8     name: 'SMRITI'
9   };

 

deploying

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