Skip to content

stasoft91/StonerMuch

Repository files navigation

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published