Skip to content

The Currency Exchange Calculator is a simple web application that allows users to convert between multiple currencies in real-time. By selecting two currencies and entering an amount, the app fetches live exchange rates from the ExchangeRate-API and provides the converted value instantly.

Notifications You must be signed in to change notification settings

DevMaverickMB/currency-exchange-calculator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Currency Exchange Calculator

🌐LIVE

This is a simple Currency Exchange Rate Calculator web app that allows users to convert amounts between different global currencies. The app fetches live exchange rates using the ExchangeRate-API and updates the conversion values in real-time.


Features

  • Live Exchange Rates: Fetches the latest exchange rates from the ExchangeRate-API.
  • Multiple Currencies Supported: Choose from 60+ global currencies such as USD, INR, EUR, and more.
  • Swap Functionality: Allows you to easily swap the selected currencies.
  • Responsive Design: Optimized for both desktop and mobile views.
  • Automatic Calculation: Input a value in one currency, and it will automatically calculate the equivalent value in the other currency.

How It Works

  1. Select the currency for both the "From" and "To" dropdown menus.
  2. Enter the amount in the first currency field.
  3. The app will automatically fetch the exchange rate and calculate the converted amount.
  4. Press the Swap button to switch the currencies and recalculate the conversion.

Technologies Used

  • HTML5: Structure of the app.
  • CSS3: Styling for the user interface.
  • JavaScript (ES6): Handles API requests and dynamically updates the DOM.
  • ExchangeRate-API: Provides real-time exchange rates.

API Used

This project uses the ExchangeRate-API to fetch live exchange rates. You can get your own API key from ExchangeRate-API.

About

The Currency Exchange Calculator is a simple web application that allows users to convert between multiple currencies in real-time. By selecting two currencies and entering an amount, the app fetches live exchange rates from the ExchangeRate-API and provides the converted value instantly.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published