https://github.com/c-saltz/finance-tracker
A C#-based Finance Tracking App
https://github.com/c-saltz/finance-tracker
csharp dotnet
Last synced: 15 days ago
JSON representation
A C#-based Finance Tracking App
- Host: GitHub
- URL: https://github.com/c-saltz/finance-tracker
- Owner: c-saltz
- Created: 2025-04-16T19:49:37.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-04-30T19:30:25.000Z (about 1 year ago)
- Last Synced: 2026-06-23T03:39:08.474Z (25 days ago)
- Topics: csharp, dotnet
- Language: C#
- Homepage:
- Size: 92.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Personal Finance Tracker 💸
🪟 A Windows Forms application where users can:
- Add income and expenses
- Categorize transactions (e.g., Food, Rent, Travel)
- View summary charts (monthly/yearly)
- Export reports to CSV or PDF
---
⚙️ Tech Stack:
- C# with .NET
- WinForms
- SQLite for local data storage (via Entity Framework Core)
- LiveCharts2 and OxyPlot for graphing
- CsvHelper for export