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.
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 :)
- Add a new puff
- Edit a puff
- Delete a puff
- Import database
- Export database
npm install
npm run dev
npm run build
Lint with ESLint
npm run lint