Skip to content

Paris0t/debt-tracker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

📱 Features

  • Progress tracking - Visual progress bars for each card
  • Avalanche method - Attacks highest APR first
  • Payment logging - Track every payment you make
  • Calendar export - Download .ics reminders for your phone
  • Local storage - Data stays in YOUR browser, not on any server
  • Works offline - Bookmark it and use anytime

🔧 Customizing Your Data

To update your starting balances, edit the CARDS array near the top of index.html:

const CARDS=[
    {id:1,name:'Gemini',balance:3313,original:3313,apr:26,min:83,priority:1,color:'#FF6B35'},
    // Edit these values ↑
];

🔒 Privacy

  • All data stored locally in your browser
  • Nothing sent to any server
  • No tracking, no analytics
  • You own your data

📅 Setting Up Reminders

  1. Click the Calendar button in the app
  2. Import the downloaded .ics file into:
    • Google Calendar
    • Apple Calendar
    • Outlook
    • Any calendar app

This will create monthly reminders on the 1st of each month.


Built for getting out of debt fast 🚀