https://github.com/bod/decisionmaker
A tiny web app to help make decisions.
https://github.com/bod/decisionmaker
Last synced: 17 days ago
JSON representation
A tiny web app to help make decisions.
- Host: GitHub
- URL: https://github.com/bod/decisionmaker
- Owner: BoD
- License: gpl-3.0
- Created: 2021-04-11T10:10:34.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-04-11T10:12:25.000Z (about 5 years ago)
- Last Synced: 2025-02-28T21:45:08.192Z (over 1 year ago)
- Language: Kotlin
- Size: 78.1 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: COPYING
Awesome Lists containing this project
README
# Decision maker
A tiny web app to help make decisions.
- Enter a set of criteria, with their importance.
- Then enter your possible choices, with a score for each criteria.
- The app will tell which choice is the best based on the scores and importances.
It is a single Javascript powered web page (source is in Kotlin).
A version of this is hosted on my
website [here](https://jraf.org/decisionmaker/?data=12~Purchase+cost~-10_13~Per+page+cost~-8_14~Print+quality~7_15~Print+speed~8_16~Has+scanner~2_17~Is+not+too+big~5_18~Has+wifi~8_19~Has+color+printing~3__20~Brother+HL-L3210CW_21~+Canon+Pixma+TS3320__20-12~8+14~9+15~8+19~10+18~10+17~5+16~0+13~5_21-12~5+13~8+14~7+15~5+16~0+17~8+18~10+19~10)
.
## License
Copyright 2021-present Benoit "BoD" Lubek
This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software
Foundation, either version 3 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A
PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with this program. If not, see http://www.gnu.org/licenses/.