https://github.com/rushakh/expensetrackerlibrary
A program for helping the user keep track of their financial occurrences (expenses, earnings, etc.) )
https://github.com/rushakh/expensetrackerlibrary
csharp dotnet expense-tracker personal-project
Last synced: about 2 months ago
JSON representation
A program for helping the user keep track of their financial occurrences (expenses, earnings, etc.) )
- Host: GitHub
- URL: https://github.com/rushakh/expensetrackerlibrary
- Owner: rushakh
- Created: 2024-12-12T14:35:17.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2025-04-17T11:22:13.000Z (about 1 year ago)
- Last Synced: 2025-04-17T22:02:35.441Z (about 1 year ago)
- Topics: csharp, dotnet, expense-tracker, personal-project
- Language: C#
- Homepage:
- Size: 114 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
A Library for a Finance Tracking Program for helping the user keep track of my expenses, earnings, etc. with simple categorization, debt and credit tracking, and accounting.
The goal is supposed to be simplicity, reliability, and flexibility (without the hassle and overcomplications of most money manager and expense tracker apps out there).
It should also ideally contain a configurable import system (format) to be able to add previously recorded expenses (e.g., from a text file).
It is made with .NET 9 and Microsoft SQLite package.
It is mostly done and I'll at most add some methods to make queries easier or to make minor changes.
I've also added unit tests.
The only thing left is to use this Library in the actual program.
Let me know what you think of it.