Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 1.43 KB

README.md

File metadata and controls

23 lines (15 loc) · 1.43 KB

currencyXchanger

currencyXchanger is a user-friendly and efficient currency conversion tool that allows users to convert between different currencies quickly and accurately. Whether you're a traveler, an online shopper, or someone dealing with international finances, this app will provide real-time exchange rates and reliable conversions.

Try it out here!

Features

  • Real-Time Exchange Rates: The app fetches the latest exchange rates from ExchangeRate API to ensure accurate and up-to-date currency conversion.
  • Wide Range of Currencies: Convert between a vast selection of currencies from around the world. The app supports all major global currencies and several local ones.
  • Clean User Interface: The user interface is designed to be simple, clean, and intuitive. You can quickly input the amount and select the currencies you want to convert.

Installation

  1. Clone the repository.

    git clone https://github.com/danielrzhang/currencyXchanger.git

  2. Navigate to the project directory.

    cd currencyXchanger

  3. Paste your own the API key into the api-key.js file from ExchangeRate API.

  4. Deploy the app to your preferred hosting platform, or use GitHub Pages for quick deployment.