/CurrencyConverter

A online currency converter. Allows you to compare multiple currencies with ease.

Primary LanguageJavaScriptMIT LicenseMIT

Currency Converter

A online currency converter that works. Allow you to compare multiple currencies with ease.

Demo

Requirements

Make sure you have following tools installed on your system:

Getting Started

First, clone/download this repo

git clone https://github.com/asvrada/vue-currency-converter.git

Under this repo, install dependency for this project

yarn install

After this point, you can check the package.json to see available actions under scripts section.

# To run in the browser:
yarn run serve

# To build production build
yarn run build

# etc...

TODO

  1. Display cancel icon on the edit button when enter edit mode
  2. Change UI layout for the currency row
  3. Auto select all text when enter editing number mode.

License

MIT