A online currency converter that works. Allow you to compare multiple currencies with ease.
Make sure you have following tools installed on your system:
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...
- Display cancel icon on the edit button when enter edit mode
- Change UI layout for the currency row
- Auto select all text when enter editing number mode.