Skip to content

laurensV/age

Repository files navigation

Age website with fireworks on birthday

Website to display current age for baby/kids with interactive fireworks on their birthday.

Live Demo

https://laurensv.github.io/age/

Screenshots

Boy version

Boy Version

Girl version

Girl Version

Fireworks on birthday

Fireworks on birthday

Build Setup

# install dependencies from package-lock.json
$ npm ci

# serve with hot reload at localhost:3000
$ npm run dev

# build for production and launch server
$ npm run build
$ npm run start

# generate static project (into the dist folder)
$ npm run generate

# deploy static dist folder to gh-pages
$ npm run deploy

For detailed explanation on how Nuxt works, check out Nuxt.js docs.