Skip to content

CrescNet/growth-js

Repository files navigation

growth-js

GitHub Pages

Description

This single-site application visualizes child growth data using Chart.js. Users can choose from multiple reference values.

After data entry, users can save the data to the browser's local storage or to a JSON file. They can also create a QR code that contains the data.

Data can later be re-imported into the application.

We focused on data privacy when developing this application.

Install the dependencies

yarn
# or
npm install

Start the app in development mode (hot-code reloading, error reporting, etc.)

quasar dev

Lint the files

yarn lint
# or
npm run lint

Format the files

yarn format
# or
npm run format

Build the app for production

quasar build

Customize the configuration

See Configuring quasar.config.js.