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
# Start the app in development mode (hot-code reloading, error reporting, etc.)
yarn dev
# Lint the files
yarn lint
# Format the files
yarn format
# Build the app for production
yarn build