anchietajunior / fuelcontrol

React application to calculate travel costs with fuel base on two locations

Home Page:https://fuelcontrol2020.netlify.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Fuel Costs

This is a simple React application to calculate the fuel costs between two locations based on the average of three things:

See a example here: Fuel Costs at Netlify

First picture with DJI spark

  • Kms from one place to another
  • The average of fuel price
  • The average of vehicule fuel consumption

Instructions

Create a .env file in the root of the application and put the REACT_APP_URL variable with this:

https://maps.googleapis.com/maps/api/js?key=YOUR_KEY&libraries=geometry,drawing,places

Update YOUR_KEY for you Api key in Google Maps

yarn start

About

React application to calculate travel costs with fuel base on two locations

https://fuelcontrol2020.netlify.com


Languages

Language:JavaScript 95.7%Language:HTML 4.3%