Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 903 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 903 Bytes

Weighted Decision App

Weighted decision app built with React Flow.

Please find a live demo here

The app helps users with their decision making skills and weighing up pros and cons by:

  • Allowing the user to input a number of possible choices
  • Create attributes and assign relative importance
  • For each choice, change the value of that attribute based on its score
  • Get a combined weighted score (based on the weighting of the attribute and the choice-attribute based score)
  • Show the top attribute based on the above

How to run locally

This is a Next.js project bootstrapped with create-next-app.

  • Run npm i to install dependencies.
  • Run npm run dev to start the development server.
  • Visit http://localhost:3000 to view the application.