No snapshots yet. Add your first snapshot!
📈
Total Net Worth
$0
As of No data yet
🏦
Cash Equivalents
$0
0.0% of portfolio
📈
Taxable Investments
$0
0.0% of portfolio
🌱
Retirement Investments
$0
0.0% of portfolio
🏠
Real Estate
$0
0.0% of portfolio
Net Worth Over Time
Add snapshots to see your history
Allocation
No data yet
Snapshot History
Patch Notes
v3.6 — Documentation Audit & Restructure
- Created
/docs/directory; all project documentation moved and reformatted - Added PRFAQ.md, TENETS.md, METRICS.md, ROADMAP.md, SECURITY.md, RUNBOOK.md
- PRD, TRD, DESIGN, and PATCHNOTES fully rewritten to specification
- README updated with developer-oriented prerequisites, install, and deploy instructions
v3.5 — Codebase Cleanup & Documentation
- Removed stale server files left over from an early Node.js prototype
- Cleaned up verbose comment blocks in CSS and JavaScript
- Added PatchNotes.md, Design.md, PRD.md, TRD.md
- Fixed minor text display: “As of No data yet” corrected to “No data yet”
- Updated README with accurate button labels and current feature list
v3.4 — Nav Button Polish
- Removed emojis from all navigation buttons for a cleaner look
- Support button moved to sit between Add Snapshot and Guide
v3.3 — Unified Button Style
- All navigation buttons across both pages now use the same uniform outline style
- Landing page section links (Setup, Import, Export) converted from text links to matching buttons
- Add Snapshot button changed from green to outline style — consistent with all other nav buttons
v3.2 — Navigation Cleanup
- Guide and App buttons added to the far right of navigation on all pages
- Active page is highlighted with an accent border so you always know where you are
v3.1 — Landing Page & Guide
- Added a dedicated landing page at the site root with a step-by-step how-to guide (Setup, Import, Export)
- Tracker app moved to app.html; the landing page now serves as the public entry point
- Added Guide button to the app navigation bar linking back to the landing page
v3.0 — Support Button Repositioned
- Moved the Support button to the far left of the navigation bar for quicker access
v2.9 — Footer & Support Link
- Added “Built by Azqato” footer on all pages, linking to azqato.github.io
- Added Support button to the navigation bar, linking to the support page
v2.8 — Money Bag Favicon
- Added 💰 money bag emoji favicon that appears in browser tabs and bookmarks across all pages
- Implemented as an SVG favicon for crisp rendering at all sizes and resolutions
v2.7 — Enhanced Monochrome Printer Visibility
- All print text now uses bold font-weight (700-900) for maximum visibility on monochrome laser printers
- Increased border widths from 1px to 2px-3px for prominent, crisp definition across all printer models
- Font sizes increased 10-20% for improved legibility: headers 24px, KPI values 16px, table text 11px
- Enhanced padding and margins for better spacing and readability on printed pages
- Removed opacity/transparency effects (rgba): chart fill now uses solid light gray (#f0f0f0) instead of semi-transparent black
- Increased line-height and chart line-width (3px) for crisp rendering without dithering issues
- All table headers and data cells now bold for consistent, scannable output on all monochrome devices
- Optimized for maximum compatibility with HP LaserJet, Brother, Canon, Xerox, and all modern monochrome printers
v2.6 — Export Format Standardization
- Export button now uses the same column format as template and import: Date, Net Worth, Cash, Investments, Retirement, Real Estate
- Column widths standardized across export, template, and import for consistent spreadsheet layout
- Exported files now match the import format exactly, enabling seamless re-import of previously exported data
v2.5 — Monochrome Laser Printer Optimization
- Print function now uses pure black (#000000) exclusively for all text, borders, and lines for maximum compatibility with monochrome laser printers
- Removed all color-dependent styling: RGB, HEX color codes replaced with pure black (#000000) for consistent rendering across all printer models
- Chart rendering optimized for monochrome: pure black lines and grids eliminate dithering inconsistencies
- All text, borders, and elements use pure black (#000000) with white backgrounds for maximum contrast and legibility
- Eliminated grayscale variations (#333, #555, #666, #888, #999, #ddd) that can render inconsistently due to printer dithering patterns
- Optimized for maximum reliability and crisp output on HP LaserJet, Brother, Canon, Xerox, and all monochrome laser devices
v2.4 — Print Report Improvements
- Snapshot history on print report expanded from last 5 to last 12 months
- Net Worth Over Time chart now shows only the total net worth line (category lines removed) for cleaner print output
- All chart text (axis labels, legend) renders in black on the printed report
- Net Worth Over Time chart takes its own full-width row; Allocation chart sits on a separate row below it
v2.3 — Clear All Data
- Added Clear All button to the Snapshot History header to delete all snapshots at once
- Confirmation prompt required before data is removed
v2.2 — Simplified Column Format
- Template and import now use condensed column headers: Date, Net Worth, Cash, Investments, Retirement, Real Estate
- Date column uses M/D/YYYY format (e.g. 1/1/2022) matching standard spreadsheet conventions
- Currency formatting ($143,719) applied to example row in template
v2.1 — Excel Import
- Import Data button now accepts an Excel (.xlsx) file instead of raw JSON
- File is parsed using the same column layout as the template
- Rows with missing or malformed dates are automatically skipped
v2.0 — Allocation Chart Labels
- Allocation chart legend now shows percentage inline next to each category (e.g., "Cash (5%)") — no hover required
- Legend labels always reflect live allocation percentages
v1.4 — Print & PDF Report
- Upgraded print function produces a clean 8.5×11 letter-portrait PDF report
- Report includes: NET WORTH REPORT header, 5-metric KPI grid, charts side-by-side (60/40), recent 5-snapshot history table
- Dedicated
@media printCSS layer forces light mode and hides all UI chrome - Chart images captured via Canvas API for accurate print fidelity
v1.3 — Collapsible History & Print Preview
- Snapshot History section now has a collapse/expand toggle button
- Patch Notes section retains its collapse/expand toggle
- Print button triggers formatted report layout
v1.2 — Excel Template & MoM Indicators
- Download Excel (.xlsx) template with pre-formatted fields for all four categories
- Instructions tab included in template workbook
- Month-over-month percentage change badges added to all four category cards
- MoM change displayed on Total Net Worth card as well
v1.1 — Chart Enhancements & Allocation Fix
- Hover tooltips on all charts now show both dollar value and percentage of portfolio
- Fixed allocation percentage calculations — now correctly computed from latest snapshot total
- Line chart shows all five series (Net Worth + 4 categories) with category percentages in tooltips
v1.0 — Initial Release
- Net worth tracking across four categories: Cash Equivalents, Taxable Investments, Retirement Investments, Real Estate
- Add Snapshot modal for monthly data entry
- Net Worth Over Time line chart and Allocation doughnut chart
- Snapshot history table with delete support
- Export to JSON and Paste/Import data
- Data stored in browser localStorage — persists across visits until cache is cleared