Estimate the hidden cost of indecision in meetings.
This simple, interactive web app calculates the financial impact of delayed decisions by estimating time and salary wastage in meetings.
- 🎚 Adjustable parameters: number of attendees, hourly rates, and meeting duration
- 💸 Instant calculation of minimum, maximum, and average cost of indecision
- 📈 Real-time trend charts to visualize cumulative costs over time
- 🗂 Tabbed interface to switch between Enterprise and Greenfield project graphs
⚠️ Input validation to ensure Min Daily Rate is not more than Max Daily Rate- 🧹 Reset button to clear historical data
- 📱 Responsive and clean UI – works well on desktop (Tested on Windows OS).
git clone https://github.com/yourusername/indecision-cost.git
cd indecision-costJust open the indecision-cost-tabs-final-with-validation.html file in any modern browser:
open indecision-cost-tabs-final-with-validation.htmlOr double-click the file in your file explorer.
No build tools or dependencies required. Pure HTML, CSS, and JavaScript!
The app assumes each participant in a meeting has a daily rate. Based on the meeting length and number of attendees, it estimates a range of costs for the wasted time if a decision isn’t made efficiently.
Hourly Rate = Daily Rate / 8
Cost = Hourly Rate × Meeting Duration × Number of People
It plots these estimates over time per project type so teams can track ongoing costs of indecision.
- HTML5 + CSS3
- Vanilla JavaScript
- Chart.js for dynamic graphing
- Product/Engineering meetings with slow decision-making
- Retrospectives or post-mortems to assess meeting efficiency
- Budget-conscious teams tracking value loss over time
- Comparing decision-making efficiency between project types (e.g., Enterprise vs. Greenfield)
MIT License. See LICENSE for details.
