/blood-pressure-measure

This project was created to easily note down manually taken blood pressure measurement with ease of use in mind.

Primary LanguageTypeScriptBSD 3-Clause "New" or "Revised" LicenseBSD-3-Clause

Blood Pressure Measure

This project was created to easily note down manually taken blood pressure measurement with ease of use and a privacy first design in mind.

Using

Access the app in production, add your measurements, export your measurements to csv, keep that file secure.

Providing Feedback

Feel free to create an issue here.

Run locally

Prep

  1. Clone repo
  2. Run npm install
npm install

Run in dev mode with hot reloading

npm run dev

Or run the IntelliJ run config for this.

Type-Check, Compile and Minify for Production

npm run build

Lint with ESLint

npm run lint

Tech Stack

Vue3 using Composition API, Pinia, Typescript and PrimeVue. It's hosted on Cloudflare Pages.