This is a simple GUT matrix calculator created with HTML, CSS and Javascript (ES6). Feel free to use at you purpose.
As shown, the GUT matrix consists of three elements: Gravity, Urgency and Tendency. If you want to know more about the tecnique click here.
- Bootstrap4 - Open source toolkit for developing with HTML, CSS, and JS.
- Electron - Build cross platform desktop apps with JavaScript, HTML, and CSS
You need to have the following libs installed globally before you go:
- nodejs (v10 or above)
- electron
You can use embedded at your HTML, or you can create binaries to use at your desktop. You just need to do the following instructions.
-
run
npm install
-
run
npm start
(to view desktop application appearance)
-
run
npm install
-
install
electron-installer-debian
globally: -
run
npm run package-linux
-
run
create-debian-installer
-
look at the folder
release-builds/
. If everything goes fine an executable.deb
file will exists there.
For further information about .deb packaging look at this article.
-
run
npm install
-
install npm dependencies:
-
run
npm run package-windows
-
look at the folder
release-builds/
. If everything goes fine an executable.exe
file will exists there.
For further information about .deb packaging look at this page.
Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.
We use SemVer for versioning. For the versions available, see the tags on this repository.
- Yuri Reis [yurireeis]
- The GUT matrix technique appeared in 1981, thanks to the work done by two problem-solving experts: Charles H. Kepner and Benjamin B. Tregoe. They put the matrix into practice due to the need for a more detailed guideline regarding complex problems.