Pranav-Jadhav09 / currency-converter-app

This project is a simple currency converter app built using JavaScript. It allows users to convert currency from one type to another based on the latest exchange rates fetched from the ExchangeRate API.

Home Page:https://currency-converter-app-vlm4.onrender.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GitHub repo size Twitter Follow

Currency Converter App

This project is a simple currency converter app built using JavaScript. It allows users to convert currency from one type to another based on the latest exchange rates fetched from the ExchangeRate API.
➥ Live Demo

Features

  • Select a FROM and TO currency from dropdown lists.
  • View exchange rates based on the selected currencies.
  • Swap the positions of the FROM and TO currencies for quick conversion.
  • Fetches exchange rates from the ExchangeRate API.

Installation

  1. Clone the repsitory or download the ZIP file.
  2. Navigate to the project directory.
  3. Open index.html in your web browser.

Usage

  1. Open the app in your web browser.
  2. Select the FROM and TO currencies from the dropdown lists.
  3. Enter the amount you want to convert.
  4. Click the "Get Exchange Rate" button to calculate and display the converted amount.
  5. You can also click the exchange icon to swap the positions of the FROM and TO currencies.

Dependencies

This project uses the following external dependencies:


License

This project is licensed under the MIT License.

About

This project is a simple currency converter app built using JavaScript. It allows users to convert currency from one type to another based on the latest exchange rates fetched from the ExchangeRate API.

https://currency-converter-app-vlm4.onrender.com/

License:MIT License


Languages

Language:JavaScript 56.1%Language:CSS 23.2%Language:HTML 20.7%