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
- Host: GitHub
- URL: https://github.com/laurensv/age
- Owner: laurensV
- License: mit
- Created: 2021-02-03T11:05:09.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2022-10-04T20:18:20.000Z (almost 4 years ago)
- Last Synced: 2025-03-20T17:55:34.767Z (over 1 year ago)
- Topics: age, baby, fireworks, kids, website
- Language: Vue
- Homepage: https://laurensv.github.io/age/
- Size: 1.73 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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

#### Girl version

#### 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).