Financial Wellness Starter

This mini tracker turns guesswork into clarity fast. See where you stand today and choose one action that moves you toward stability.

1

Total Available Funds

Mission: Check all bank balances and calculate total available funds.

Total Available: $0.00
2

Yesterday's Spending

Mission: Track every dollar you spent yesterday.

Yesterday's Total: $0.00
3

Monthly Income

Mission: Calculate exact monthly take-home income.

Monthly Take-Home: $0.00
4

Top 3 Expenses

Mission: Identify your biggest monthly expenses.

Top 3 Total: $0.00
5

Subscription Audit

Mission: Find one forgotten subscription and decide its fate.

Progress: 0% Complete

let currentDay = 1; const totalDays = 5; function calculateTotal() { const checking1 = parseFloat(document.getElementById('checking1').value) || 0; const checking2 = parseFloat(document.getElementById('checking2').value) || 0; const savings = parseFloat(document.getElementById('savings').value) || 0; const cash = parseFloat(document.getElementById('cash').value) || 0; const other = parseFloat(document.getElementById('other').value) || 0; const total = checking1 + checking2 + savings + cash + other; document.getElementById('totalFunds').textContent = `Total Available: $${total.toFixed(2)}`; } function calculateSpending() { const food = parseFloat(document.getElementById('food').value) || 0; const transport = parseFloat(document.getElementById('transport').value) || 0; const entertainment = parseFloat(document.getElementById('entertainment').value)

Resources & Next Steps

Great work finishing the Financial Wellness Starter! Keep your momentum with one of these:

  • Download your tracker results (keep a copy for your records)
  • 🧰Grab free tools: Budget Template, Savings Tracker, Debt Calculator
  • 🚀Join the 4-Week Money Mindset Challenge for guided accountability

Join the 4-Week Money Mindset Challenge

Get the free Financial Starter Kit

↑ Back to Tracker