Spaces:
Sleeping
Sleeping
Upload README_1.md
Browse files- README_1.md +36 -0
README_1.md
ADDED
|
@@ -0,0 +1,36 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
title: Smart Budget Planner
|
| 3 |
+
emoji: π°
|
| 4 |
+
colorFrom: green
|
| 5 |
+
colorTo: blue
|
| 6 |
+
sdk: static
|
| 7 |
+
pinned: false
|
| 8 |
+
license: mit
|
| 9 |
+
short_description: Interactive budget planner with fixed/variable expenses, percentages, and a What-if scenario planner
|
| 10 |
+
---
|
| 11 |
+
|
| 12 |
+
# Smart Budget Planner
|
| 13 |
+
|
| 14 |
+
An interactive personal finance tool that helps you track income and expenses, understand your spending patterns, and plan ahead with a built-in **What-if scenario mode**.
|
| 15 |
+
|
| 16 |
+
## Features
|
| 17 |
+
|
| 18 |
+
- **Income & expense tracking** β Enter your monthly gross income and edit any expense line in real time
|
| 19 |
+
- **Fixed vs. variable labels** β Every expense is tagged so you can see exactly where your flexibility lies
|
| 20 |
+
- **Percentage breakdowns** β Each category shows its share of your net income at a glance
|
| 21 |
+
- **Pre-tax deductions** β Dedicated section for taxes, FICA, 401(k), and health insurance
|
| 22 |
+
- **Budget score** β A 0β100 health score based on leftover income and savings rate
|
| 23 |
+
- **Donut chart** β Visual spending breakdown with a live legend
|
| 24 |
+
- **Smart suggestions** β Personalized tips based on your actual numbers (dining, retirement, emergency fund, etc.)
|
| 25 |
+
- **What-if mode** β Toggle into scenario planning, slide any expense, and instantly see the ripple effect on your leftover cash and budget score
|
| 26 |
+
|
| 27 |
+
## How to use
|
| 28 |
+
|
| 29 |
+
1. Enter your **monthly gross income** at the top
|
| 30 |
+
2. Edit any expense field in the **Overview** tab β numbers update everywhere instantly
|
| 31 |
+
3. Switch to **What-if** mode and drag the sliders to explore "what if I cut dining by $50?" scenarios
|
| 32 |
+
4. Read the **suggestions** panel for personalized next steps
|
| 33 |
+
|
| 34 |
+
## Tech
|
| 35 |
+
|
| 36 |
+
Built with vanilla HTML, CSS, and JavaScript β no frameworks. Charts powered by [Chart.js](https://www.chartjs.org/). Fully responsive and supports dark mode automatically.
|