๐Ÿ’ฐ Budget Planner

Annual Budget Setup

๐Ÿ’น Investment Allocation

$

Import Budget Data

Select a feed.json file to instantly import and populate your budget items and settings.

Expected JSON Format
{
  "settings": {
    "maxCash": 100000,
    "currency": "USD",
    "investment": {
      "type": "percentage",
      "value": 10,
      "frequency": "yearly"
    }
  },
  "items": [
    {
      "name": "rent",
      "value": 1200,
      "frequency": "monthly",
      "tags": ["housing", "essential"]
    }
  ],
  "changeHistory": [
    {
      "timestamp": "2024-01-15T10:30:00.000Z",
      "action": "item_added",
      "details": { "itemName": "rent", "value": 1200 },
      "comment": "Added monthly rent expense",
      "currency": "USD"
    }
  ]
}

๐Ÿ’ฐ Budget Summary

๐Ÿ“… Total Monthly Expenses
$0.00
๐Ÿ“Š Total Expenses
$0.00
๐Ÿ’น Investment
$0.00
๏ฟฝ Remaining Budget
$0.00
๐ŸŽฏ Status
-

Budget Indicators

Daily
$0.00
Weekly
$0.00
Monthly
$0.00
Yearly
$0.00

Budget Visualization

Custom Charts

Create custom pie charts to analyze your budget by specific tags, frequencies, or combinations.

Add New Chart

No custom charts created yet. Use the controls above to create your first chart!

Change History

Budget Items

Add New Item