Skip to content

bitnboom/currency_converter

Repository files navigation

Currency Converter

This is a program, "Currency Converter" using Vue.js and TypeScript. The exchange rates are obtained for free from an API platform. The users can convert amounts between different currencies.

Project Setup

yarn install

Type-Check, Compile and Minify for Production

yarn build

Lint with ESLint

yarn lint

How to Run

yarn dev