Skip to content
/ mbs Public

A tool to visualise how much mental space you have left

License

Notifications You must be signed in to change notification settings

pageon/mbs

Repository files navigation

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