Skip to content

laurensV/age

Folders and files

NameName
Last commit message
Last commit date

Latest commit

92dddd1 · Oct 4, 2022

History

26 Commits
Feb 3, 2021
Feb 4, 2021
Feb 4, 2021
Oct 4, 2022
Feb 3, 2021
Feb 3, 2021
Feb 4, 2021
Feb 3, 2021
Feb 3, 2021
Feb 3, 2021
Feb 3, 2021
Feb 3, 2021
Feb 3, 2021
Oct 4, 2022
Feb 3, 2021
Feb 3, 2021
Feb 3, 2021

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.