This is my sixth week project for Epicodus. The objective is to take a given currency value and convert to a selected country's value using current data retrieved from https://www.exchangerate-api.com/. The form should allow for the selection of two countries and an amount to exchange, then return the converted value back to the user.
This program requires an API key which can be obtained here https://www.exchangerate-api.com/. Once you have your key you can put it in the .env file as described in the instructions.
- Bootstrap
- JavaScript
- jQuery
- JSON
- HTML
- CSS
- MD
- Clone Repo
- Delete .git if needing a clean commit history
- Initilize git
- Add remote repository to new git
- Create a file called .env in the top level of the directory
- Make first commit only adding .gitignore to commit
- Inside the .env file place the following line of code: API_KEY=[Your API key goes here without brackets]
- Open new repo to begin npm initilization
- Press use this template
- Create new repo
- Clone new repo down to
- Open new repo to begin npm initilization
- Verify package.json has correct npm packages for needs
- Modify title on line 18 of webpack.config.js
- Modify title on line 2 of package.json
- Modify description on line 19 of package.json
- Modify title on line 2 if package-lock.json
- Run
npm init -y
- Run
npm install
- Verify install works by running
npm run test
andnpm run build
*https://github.com/Thisisjameswyn/CurrencyExchanger
MIT License © James Wyn 2021