An open API service indexing awesome lists of open source software.

https://github.com/laurensv/age

Website to display current age for baby/kids
https://github.com/laurensv/age

age baby fireworks kids website

Last synced: 3 months ago
JSON representation

Website to display current age for baby/kids

Awesome Lists containing this project

README

          

# 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](docs/screenshot_boy.png?raw=true "Boy Version")
#### Girl version
![Girl Version](docs/screenshot_girl.png?raw=true "Girl Version")
#### Fireworks on birthday
![Fireworks on birthday](docs/screenshot_fireworks.gif?raw=true "Fireworks on birthday")

## Build Setup

```bash
# 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](https://nuxtjs.org).