A simple command-line finance tracker built in Rust, designed to record and manage your income and expenses locally.
It uses Serde for serialization and Chrono for date and time handling.
- Add income and expense transactions
- View transaction history
- Calculate total balance (income − expenses)
- Save and load data from a local JSON file
- Simple interactive CLI interface
-
Clone the repository
git clone https://github.com/DylanGates/Financial-Tracker-.git cd Financial-Tracker