Skip to content

MiikaRK/fuelcostcalculator

Repository files navigation

FuelCostCalculator

© Miika Rinta-Korkeamäki (2024)

latest release FuelCostCalculator CodeQL GitHub top language License

image

Overview

Simple fuel cost calculator built with .NET MAUI framework and C#. At the moment, this program can be used in Android devices.

Used technologies

  • .NET MAUI
  • C#
  • SQLite

Prerequisites

  • Android Device (requires Android 5.0 or newer version)

Features

  • Calculator takes following inputs from the user and calculates fuel cost as a price (€):

    • Travelled distance (km)
    • Average fuel consumption (l/100km)
    • Current fuel price (€/l) (current average fuel price in Finland)
    • The number of the people to share the fuel costs (optional)
  • Recent calculations are saved to the database in the device and can be seen in History page

Screenshots

Screenshot_2024-11-05-10-27-12-99_d4be62f4caa066d8efec4b5bd04fe7a4 Screenshot_2024-11-05-10-27-27-06_d4be62f4caa066d8efec4b5bd04fe7a4 Screenshot_2024-11-05-10-27-58-77_d4be62f4caa066d8efec4b5bd04fe7a4 Screenshot_2024-11-05-10-28-07-17_d4be62f4caa066d8efec4b5bd04fe7a4 Screenshot_2024-11-05-10-28-16-53_d4be62f4caa066d8efec4b5bd04fe7a4

License

Released under MIT by @MiikaRK.