Expense Tracker Project: Expense Tracker - A Console-based C++ Budgeting Tool Team Members and Responsibilities: Member 1 - Input & Validation (addExpense function) Member 2 - Menu & Display (main loop, viewExpenses) Member 3 - File Handling (saveToFile & loadFromFile) Member 4 - Budget Analysis (calculateTotal, breakdown, warnings, averages) Member 5 - Documentation & Help (showHelp, LaTeX report, presentation) Project Overview Features & Technical Highlights What We Achieved: Designed a real-world budget management tool using C++ Implemented core concepts: structures, file I/O, user input, and formatted output Enabled persistent storage of expenses between sessions Built analytical features like category-wise tracking and budget warnings Team Takeaways: Learned collaborative coding and clear responsibility division Practiced real-world documentation using LaTeX Gained confidence in presenting and structuring a complete software solution