Skip to content

Latest commit

 

History

History
21 lines (10 loc) · 640 Bytes

README.md

File metadata and controls

21 lines (10 loc) · 640 Bytes

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/