Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/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.
https://github.com/pranav-jadhav09/currency-converter-app
api currency currency-converter currency-exchange-rates flags htmlcss-project javascript javascript-api javascript-application project webapp
Last synced: 2 days ago
JSON representation
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.
- Host: GitHub
- URL: https://github.com/pranav-jadhav09/currency-converter-app
- Owner: Pranav-Jadhav09
- License: mit
- Created: 2023-09-30T10:19:47.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-09-30T10:27:35.000Z (over 1 year ago)
- Last Synced: 2024-11-21T07:29:01.846Z (2 months ago)
- Topics: api, currency, currency-converter, currency-exchange-rates, flags, htmlcss-project, javascript, javascript-api, javascript-application, project, webapp
- Language: JavaScript
- Homepage: https://currency-converter-app-vlm4.onrender.com/
- Size: 7.81 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
![GitHub repo size](https://img.shields.io/github/repo-size/Pranav-Jadhav09/currency-converter-app)
[![Twitter Follow](https://img.shields.io/twitter/follow/Pranav_Jadhav09?style=social)](https://twitter.com/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.
➥ 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](https://v6.exchangerate-api.com/).
## 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:
- [ExchangeRate API](https://v6.exchangerate-api.com/) for fetching exchange rates.
- [Flags API](https://flagsapi.com/) for displaying flags of currencies.
## License
This project is licensed under the [MIT License](LICENSE).