A personal financial planning console application built with C# .NET that helps you track financial goals and expenses.
image image image image image image- Financial Goals π°: Set savings targets with deadlines and track progress
- Expense Tracking π§Ύ: Log transactions with 7 predefined categories and dates
- Spending Analytics π: View breakdown by category with percentages and totals
- Interactive Interface π₯οΈ: Add money to goals directly from the goals list
- Keyboard Navigation β¨οΈ: Console-based, mouse-free experience
- Multi-Currency Support πΆ: Euro formatting with German localization
- Data Validation β : Input checking for dates, amounts, and categories
- .NET 10 - Latest .NET version
- C# - Primary programming language
- Console Application - Command-line interface
- .NET 8.0 SDK or later
# Clone the repository git clone https://github.com/Pupler/FinanceFlowPlanner.git cd FinanceFlowPlanner # Build and run dotnet build dotnet run
This project is open source and available under the MIT License.