Skip to content
This repository has been archived by the owner on Jun 5, 2023. It is now read-only.

Latest commit

 

History

History
42 lines (26 loc) · 937 Bytes

readme.md

File metadata and controls

42 lines (26 loc) · 937 Bytes

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