Skip to content

This web application will convert an amount in US Dollars into currencies from other countries using the ExchangeRate-API. Made for Epicodus as a project to demonstrate an understanding of making API calls in Javascript Webpack.

Notifications You must be signed in to change notification settings

jhenager/currency-exchange

Repository files navigation

Currency Converter

See how much your money is worth in other countries!

By James Henager

Description

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.

Specs

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

Setup/Installation Requirements

Known Bugs

The only known bug is the application is limited to the currencies listed.

Support and contact details

Contact me at [email protected]

Technologies Used

HTML, CSS, Javascript, JQuery, ExchangeRate-API

License

GPL license distribution

Copyright (c) 2020 James Henager

About

This web application will convert an amount in US Dollars into currencies from other countries using the ExchangeRate-API. Made for Epicodus as a project to demonstrate an understanding of making API calls in Javascript Webpack.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published