A simple web app built with Next.JS to convert fuel prices from litres to gallons, and many different currencies.
- Exchangerate.host: GitHub - Used for fetching currencies as well as currenct exchange rates for available currencies.
- Eva Icons: GitHub - Icon library used for the project.
Install node modules
$ npm install
Run development enviroment
$ npm run dev
Run ESLint
$ npm run lint
Build for production
$ npm run build