Skip to content

Latest commit

 

History

History
46 lines (31 loc) · 952 Bytes

README.md

File metadata and controls

46 lines (31 loc) · 952 Bytes

Stoner Much

About

Ready to use application

It's a simple app to track your smoking habits. It's a PWA, so you can install it on your phone and use it offline. It's also a Vue 3 app, so it's fast and responsive.

Data storage and privacy

All your data is stored in your browser's IndexedDB (Dexie).

There is no server-side action, only static files are hosted, so your data is not sent anywhere.

You are encouraged to secure your exported data (e.g. between imports) yourself.

Also mind your local laws and your health :)

Features

  • Add a new puff
  • Edit a puff
  • Delete a puff
  • Import database
  • Export database

Project Setup

npm install

Compile and Hot-Reload for Development

npm run dev

Type-Check, Compile and Minify for Production

npm run build

Lint with ESLint

npm run lint