Skip to content

A simple web tool to convert fuel prices between different currencies and measurements.

Notifications You must be signed in to change notification settings

spencerversteeg/fuel-converter

Repository files navigation

Fuel Converter

A simple web app built with Next.JS to convert fuel prices from litres to gallons, and many different currencies.

Credits

Setup

Install node modules

$ npm install

Run development enviroment

$ npm run dev

Run ESLint

$ npm run lint

Build for production

$ npm run build