The Currency Converter App is a simple and efficient web application that allows users to convert amounts between various currencies in real time. The app uses JavaScript and the Fetch API to retrieve exchange rate data from a currency exchange API.
- Real-time currency conversion.
- Supports multiple currencies.
- Easy-to-use interface.
- Error handling for invalid inputs or network issues.
- HTML: For the structure of the application.
- CSS: For styling the user interface.
- JavaScript: For functionality and logic.
- Fetch API: To get real-time exchange rate data.
- Clone the repository:
git clone https://github.com/pynaman/Currency-Converter.git
- Navigate to Project directory
cd currency-converter
- open index.html in web browser
- select the countries you want to convert from and to.
- Enter the amount to convert.
- Click the "Convert" button to see the converted amount.
This app fetches real-time exchange rates from FXRatesAPI
https://api.fxratesapi.com/latest