FranciscoVieir / FuelCalculator-App

The Fuel Efficiency Assistant is a React Native application that aims to help users make informed decisions about fuel consumption for their vehicles. By inputting the prices of ethanol and gasoline, the app provides a recommendation on which fuel is more cost-effective.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Fuel Calculator App

Purpose

  • The Fuel Calculator App is a React Native mobile application designed to help users determine whether it's more economical to use ethanol (alcohol) or gasoline as fuel for their vehicles. The app calculates the fuel's cost-effectiveness based on user-provided prices per liter for both ethanol and gasoline.

The primary features of this app include:

  • Entering prices for ethanol and gasoline.
  • Calculating the cost-effectiveness of using either fuel.
  • Displaying a recommendation based on the calculated result.
  • Providing an option to recalculate.
  • This app is a practical tool for individuals looking to make informed decisions when filling up their vehicles with fuel.

Fuel Calculator App Preview

Screenshot:

Screenshot 1



Screenshot 2



Screenshot 3


Technologies Used

  • React Native
  • CLI
  • React Native Modal

How to Use

Clone the repository to your local machine:

git clone git@github.com:FranciscoVieir/FuelCalculator-App.git

Access the folder

cd gasStationCalculator

Install dependencies:

npm install

or

yarn start

Availble Scripts

In the project, directory, you can run the following scripts:

  • npm run start or yarn start: Starts the CLI development server.
  • npm run android or yarn android: Runs the app on an Android emulator/simulator.
  • npm run ios or yarn ios: Runs the app on an iOS simulator.
  • npm run eject or yarn eject: Ejects the app from CLI, if needed.

About

The Fuel Efficiency Assistant is a React Native application that aims to help users make informed decisions about fuel consumption for their vehicles. By inputting the prices of ethanol and gasoline, the app provides a recommendation on which fuel is more cost-effective.


Languages

Language:JavaScript 37.7%Language:Java 34.5%Language:Ruby 11.3%Language:Objective-C 11.1%Language:Objective-C++ 3.7%Language:TypeScript 1.7%