Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 591 Bytes

README.md

File metadata and controls

13 lines (8 loc) · 591 Bytes

Coding Raja Technologies Internship Task-2

TASK-2 : PERSONAL BUDGET TRACKER

Description: Develop a console-based budget tracker that allows users to manage their expenses and income.

Features:_

  1. Expense and Income Entry: Allow users to input expenses and income with categories and amounts.
  2. Budget Calculation: Calculate the remaining budget after deducting expenses from income.
  3. Expense Analysis: Provide insights by categorizing expenses and displaying spending trends.
  4. Data Persistence: Store transactions in a file/database for tracking over time.