Skip to content

kseniia-chepur/currency-converter_angular

Repository files navigation

Currency Converter in Angular

  • Current Exchange Rates: displays real-time exchange rates for USD/UAH and EUR/UAH as of today, sourced from Fixer API

  • Currency Conversion: provides conversion for USD, EUR, GBP, UAH and PLN in both directions, allowing users to switch between currencies

Setup Instructions

  • Clone the project

  • Install dependencies: npm install

  • To enable the app logic define environment variables NG_APP_API_KEY and NG_APP_API_URL in .env file

  • Run project: ng serve

  • Navigate to http://localhost:4200/