This application will convert an amount in US Dollars into currencies from other countries. The data will be up to date as it uses the ExchangeRate-API to check current exchange rates.
Spec | Input | Output |
---|---|---|
The program will allow the user to enter an amount in US dollars | Amount: | Amount: $50 |
The program will allow the user to select which currency they would like their money converted to. | Which Currency Would you Like to Exchange to: | Japanese Yen |
The program will allow the user to click a button that will submit the form | Click Submit: | |
The program will make an API call to Exchange-rate API | ||
The program will use the information from the API call to translate the currency in the user's form | $50 USD | 60 Japanese Yen |
The program will display the exchanged currency on the page | Exchanged amount: | Exchanged amount: 60 Japanese Yen |
The program will return an error if the user's input does not receive a response | Monopoly Money | Unfortunately your request received no response |
- Visit the following link: https://github.com/jhenager/currency-exchange
- Clone the repository to your desired directory.
The only known bug is the application is limited to the currencies listed.
Contact me at jameschenager@gmail.com
HTML, CSS, Javascript, JQuery, ExchangeRate-API
GPL license distribution
Copyright (c) 2020 James Henager