Skip to content

edisshort/reform-helper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Smart Decision Helper

A simple web app that helps you make decisions when you're stuck choosing between multiple options.

Instead of just picking randomly, it asks a few quick questions and suggests a choice along with a reason.

✨ Features

  • Add multiple options
  • Categorize options (Food, Study, Fun, etc.)
  • Guided decision flow (3 quick questions)
  • Scoring-based selection system
  • Generates a reason for the chosen option
  • Saves decision history locally
  • Smooth UI with animations and feedback

🛠️ Tech Stack

  • React (Vite)
  • JavaScript (ES6+)
  • HTML5 & CSS3
  • LocalStorage API
  • canvas-confetti

⚙️ How it works

  1. User adds multiple options
  2. App asks 3 quick questions:
    • Priority (speed, quality, cost, ease)
    • Energy level
    • Mood / risk preference
  3. Each option is scored using a simple logic
  4. The highest-scoring option is selected
  5. A reason is generated based on user inputs

🧪 Running Locally

git clone https://github.com/your-username/smart-decision-helper.git

cd smart-decision-helper

npm install

npm run dev

About

Refactored with Reform — polished frontend, same logic.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors