An open API service indexing awesome lists of open source software.

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

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