Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/surjoyday/currency-converter
Convert currencies effortlessly with this intuitive Currency Converter tool. Input the amount, select the 'from' and 'to' currencies, and get accurate currency conversion rates instantly.
https://github.com/surjoyday/currency-converter
async-await asynchronous-programming css3 dom-manipulation html5 javascript
Last synced: 6 days ago
JSON representation
Convert currencies effortlessly with this intuitive Currency Converter tool. Input the amount, select the 'from' and 'to' currencies, and get accurate currency conversion rates instantly.
- Host: GitHub
- URL: https://github.com/surjoyday/currency-converter
- Owner: Surjoyday
- Created: 2024-01-08T08:51:21.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-03-27T21:08:14.000Z (8 months ago)
- Last Synced: 2024-11-08T19:16:01.559Z (6 days ago)
- Topics: async-await, asynchronous-programming, css3, dom-manipulation, html5, javascript
- Language: JavaScript
- Homepage: https://currency-converter-kt.netlify.app/
- Size: 113 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Currency Converter
[Use Currency Converter](https://currency-converter-kt.netlify.app/)
Convert currencies effortlessly with this intuitive Currency Converter tool. Input the amount, select the 'from' and 'to' currencies, and get accurate currency conversion rates instantly.
## Overview
This Currency Converter allows users to convert currencies by specifying the amount and selecting currencies from an extensive list of country codes. Utilizing data from `variousCountryListFormats.js` by @incredimike, the converter provides a comprehensive selection of countries with ISO 3166 codes.
## Features
- **Amount Input:** Enter the amount you wish to convert.
- **Currency Selection:** Choose 'from' and 'to' currencies from a wide array of country codes.
- **Country Flags:** Integrated country flags using `https://flagsapi.com/` for visual identification of currency codes.
- **Real-Time Rates:** Fetches live currency rates from the `currency-api` by @fawazahmed0 for accurate conversions.## How to Use
1. Enter the amount you want to convert.
2. Select the 'from' currency code.
3. Choose the 'to' currency code.
4. Instantly view the converted amount.## Technologies Used
- JavaScript
- variousCountryListFormats.js by @incredimike
- FlagsAPI for country flags
- currency-api by @fawazahmed0 for live currency rates## Credits
- **variousCountryListFormats.js:** @incredimike
- **FlagsAPI:** `https://flagsapi.com/`
- **currency-api:** @fawazahmed0