Skip to content

kseniia-chepur/currency-converter_angular

Folders and files

NameName
Last commit message
Last commit date

Latest commit

author
Kseniia Chepur
Jan 14, 2025
47bd41a · Jan 14, 2025

History

13 Commits
Sep 6, 2024
Jan 14, 2025
Sep 6, 2024
Dec 17, 2024
Dec 17, 2024
Dec 17, 2024
Sep 6, 2024
Dec 17, 2024
Dec 17, 2024
Dec 17, 2024
Dec 17, 2024
Sep 6, 2024

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/