Skip to content

This repository hosts a web application designed for currency conversion. Users can input an amount in one currency and convert it to another currency in real-time using exchange rates fetched from an external API

Notifications You must be signed in to change notification settings

ahmednasser111/currency-converter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Currency Converter Web App

This web application allows users to convert currency amounts from one currency to another in real-time. It fetches the latest exchange rates from an external API and dynamically populates dropdown menus with available currencies for selection. Users can input the amount they want to convert, choose the currency they want to convert from and to, and click the "Send" button to get the converted amount instantly displayed. The application includes error handling to provide feedback on invalid inputs. It is built using HTML, CSS, and JavaScript for a responsive and intuitive user experience.

Live server

Demo link

Usage

  1. Enter the amount you want to convert in the "Amount" field.
  2. Select the currency you want to convert from and to using the dropdown menus.
  3. Click the "Send" button to see the converted amount in real-time.

Dependencies

  • No external dependencies required. The application fetches exchange rates from an external API.

Credits

This application utilizes the CurrencyFreaks API to fetch the latest exchange rates. Visit CurrencyFreaks for more information.

License

This project is licensed under the MIT License. See the LICENSE file for details.

About

This repository hosts a web application designed for currency conversion. Users can input an amount in one currency and convert it to another currency in real-time using exchange rates fetched from an external API

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published