Built 09/11/2020
https://stollersystem.github.io/Currency_Exchanger/
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.
- 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.
There may be some sizing/layout issues depending on your screen size and device/browser.
- HTML5
- CSS/Bootstrap
- JavaScript/jQuery
MIT
Copyright (c) 2020 Ben Stoller