Skip to content

StollerSystem/Currency_Exchanger

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Currency Exchanger

Built 09/11/2020

An application for checking currency exchange rates

By Ben Stoller

Link to gh-pages

https://stollersystem.github.io/Currency_Exchanger/

Description

This app will allow you to select a currency from the list and then see conversions for all other available currencies.

You can click on all the results to see details, the country name...and FLAGS!

If you select "Error Testistan" from the list it will pass a bad country code for the API call to test the error handling.

It will also display the last time the rates were updated.

Setup/Installation Requirements

  • Clone this project using the 'git clone' command in your terminal/command line.
  • Navigate to the cloned folder in your terminal and run 'npm install' to download all dependencies for the webpack environment.
  • Open the cloned folder in a text editor of your choice.
  • Create an '.env' FILE in your project root directory.
  • Register for an API key: Navigate to : https://www.exchangerate-api.com/
  • Copy the key it generates and open your .env file, add your API Key using this syntax: "API_KEY=[Your API KEY]" (No brackets around the key.)
  • When you are ready to view your project, run 'npm run start' in your terminal. This command will bundle your code and start a live server, which will open automatically in your browser.

Known Bugs

There may be some sizing/layout issues depending on your screen size and device/browser.

Technologies Used

  • HTML5
  • CSS/Bootstrap
  • JavaScript/jQuery

License

MIT

Copyright (c) 2020 Ben Stoller

About

Independent project demonstrating asynchronous API calls

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published