Skip to content

Latest commit

 

History

History
36 lines (27 loc) · 1007 Bytes

README.md

File metadata and controls

36 lines (27 loc) · 1007 Bytes

mental-bucket-app

This app helps you to visualise your thoughts and emotions in a simple way through a bucket. You can give every item a score from 1 to 4, with 4 being the most mentally taxing. with_buffer.png

In the settings you can change the maximum amout of points that fit in a bucket before the overflow bucket is show. settings.png

An overflow bucket is never a good sign, it means you have too much on your mind. overflow.png

You can also store buckets and load them later, so you can keep track of your mental state over time. saved_buckets.png

And last but not least, once you've loaded the app you can always open it offline, so you can use it whenever you need it.

Project setup

npm install

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Lints and fixes files

npm run lint