Developed by: George Heath
A personal bill and credit card tracking web app. No backend, no database, no subscriptions — everything saves locally in your browser.
- Track monthly, weekly, and biweekly bills
- Autopay detection — bills auto-mark paid when due date passes
- Credit card tracking with balance auto-update from linked bills
- Day / Night mode
- Notifications for upcoming and overdue bills
- Import / Export data as a JSON backup file
- Works as a home screen app on iPhone and Android (PWA)
Just double-click index.html — opens in any browser, no setup needed.
- Push this repo to GitHub
- Go to Settings → Pages
- Set source to
mainbranch,/ (root)folder - GitHub will give you a free URL like
https://yourusername.github.io/bill-tracker
- Open your hosted URL in Safari
- Tap the Share button → Add to Home Screen
- Open your hosted URL in Chrome
- Tap the three-dot menu → Add to Home Screen
All data is stored in your browser's localStorage — nothing is sent to any server. Use the Export button to back up your data and Import to restore it on any device.
| File | Purpose |
|---|---|
index.html |
The entire app — self-contained |
README.md |
This file |
.gitignore |
Tells Git to ignore system files |
LICENSE |
MIT License |