Skip to content

M-Miller-42/rational-decision-making

Repository files navigation

A Tool for Rational Decision Making

A tool to find the best option by evaluating them under different criteria Work in Progress: Online Demo

Usage

  1. Create a list of options and alternatives
  2. Add critera (with weights)
  3. Rate how well each option fulfills the criteria
  4. Sort the options by score

Recommended IDE Setup

VSCode + Volar (and disable Vetur) + TypeScript Vue Plugin (Volar).

Customize configuration

See Vite Configuration Reference.

Project Setup

npm install

Compile and Hot-Reload for Development

npm run dev

Compile and Minify for Production

npm run build

Run Unit Tests with Vitest

npm run test:unit

Lint with ESLint

npm run lint