Independent Project for Epicodus to demonstrate usage of APIs
By Marni Sucher, created on March 31, 2021
- npm, webpack, webpack-cli
- Exchange Rate-API
- VS Code, HTML, CSS, JavaScript, jQuery
- Bootstrap, ESLint, Babel, Dotenv
- For a complete list of dependencies, see package.JSON
A user will be able to input an amount in US dollars and choose a currency to convert it to from the dropdown list. Upon hitting the submit button, the resulting conversion will display on the DOM.
- Clone this repository to your machine: https://github.com/marnionrails/currency
- Open the newly created 'currency' folder on your machine--remain in the root directory
- Get your own unique ExchangeRate API key: Go to https://www.exchangerate-api.com/, type in your email address and click "Get Free Key!"
- Create a .env file in the root directory of the currency folder and add this one line:
API_KEY=[insert your unique API key]
- Run the following commands to launch the app in a browser:
npm install
npm run start
GPL
Marni Sucher suchermarni@gmail.com