Skip to content

MiikaRK/fuelcostcalculator

Repository files navigation

FuelCostCalculator

© Miika Rinta-Korkeamäki (2024)

latest release build status 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)
    • 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_20240404-145711_resize Screenshot_20240404-145835_resize Screenshot_20240404-145851_resize Screenshot_20240404-150946_resize

License

Released under MIT by @MiikaRK.