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.
- 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
- React (Vite)
- JavaScript (ES6+)
- HTML5 & CSS3
- LocalStorage API
- canvas-confetti
- User adds multiple options
- App asks 3 quick questions:
- Priority (speed, quality, cost, ease)
- Energy level
- Mood / risk preference
- Each option is scored using a simple logic
- The highest-scoring option is selected
- A reason is generated based on user inputs
git clone https://github.com/your-username/smart-decision-helper.git
cd smart-decision-helper
npm install
npm run dev