projects $ cat kids-age.md
Kids Age Website
hobby2021 · Creator (and dad)
Built for the most demanding clients I have: kids. The site shows exactly how old a kid is — down to the second — and on their birthday the page erupts in interactive canvas fireworks you can launch by clicking.
It ships in a boy and a girl theme and makes a surprisingly good "how long until my birthday" countdown for impatient young stakeholders.
$ cat package.json
{
"name": "kids-age",
"version": "1.0.0",
"description": "Website that displays the current age of a baby or kid, with interactive fireworks on their birthday. Available in a boy and a girl version.",
"category": "hobby",
"role": "Creator (and dad)",
"keywords": [
"JavaScript",
"Canvas"
],
"homepage": "https://laurensv.github.io/age/",
"repository": "https://github.com/laurensV/age"
}