Skip to content

shuence/Birthday-Counter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

birthday counter

A really simple and elegant looking birthday counter

 

demo

[Birthday Countdown + Sweet Birthday Greeting with HTML, CSS & JS]( 'Birthday Countdown + Sweet Birthday Greeting with HTML, CSS & JS')

 

installation

git clone https://github.com/shuence/Birthday-Countdown

 

usage

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

6   const config = {
7     birthdate: 'FEB 18, 2022',
8     name: 'Momo '
9   };