Skip to content

jonathadv/fuel-cost-splitter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

89 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Fuel Cost Splitter

A simple webapp to split the fuel cost with friends

Progressive Web App to split the trip fuel costs with friends by getting the distance between places automatically with Google Maps. Add the fuel price, vehicle consumption and the number of people to split the trip cost, then get how much each one should pay


Overview

Development

Obtaining a Google API Key

Local environment

Install dependencies

npm install

Run local server

REACT_APP_API_KEY=<google_api_key> npm start

Production Build

REACT_APP_API_KEY=<google_api_key> REACT_APP_ANALYTICS_ID=<code> PUBLIC_URL=<url> npm run build

About

A simple webapp to split the fuel cost with friends

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published