A personal financial planning console application built with C# .NET that helps you track financial goals and expenses.
- 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 runThis project is open source and available under the MIT License.