This is a Java-based desktop application that allows users to track their fuel usage, monitor fuel efficiency, and analyze trends over time using a simple graphical interface. The application is built with JavaFX and uses file handling to store data.
- Add and manage fuel entry logs including:
- Date
- Miles driven
- Gallons used
- Amount paid
- Calculate key metrics:
- Miles per gallon (MPG)
- Cost per mile
- View fuel usage trends using JavaFX LineChart
- Save and load data from text files for persisten
- Java SE 8 or higher
- JavaFX
- Object-Oriented Programming (OOP)
- File I/O (read/write operations)