A simple currency conversion app built with Vue.js, using real-time exchange rates from a trusted API.
- Convert between currencies using real-time exchange rates
- Switch Currencies for better conversion
- Add Currency from available list of Currencies
- Supports 2 languages
- English
- Deutsch
- Vue.js - JavaScript framework for building user interfaces
- Vuetify - Next generation frontend tooling
- VueI18n - Internationalization plugin for Vue.js
- ExchangeRate-API - API for currency exchange rates
# clone the repository
git clone https://github.com/SumitJadon/global-currency-converter
# install dependencies
npm install
# start the development server
npm run serve