Rian-Carter / currencyExchangerCodeReview

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Currency Exchanger

Created By Rian Carter

An application that allows a user to exchange USD to multiple currencies.

Link to Currency Exchanger

Technologies Used

  • Javascript
  • jQuery
  • CSS
  • Bootstrap
  • HTML

Setup/Installation Requirements

  • Clone this project using $ git clone https://github.com/Rian-Carter/currencyExchangerCodeReview
  • Make sure you have Node js installed
  • Create a .env file
  • To obtain an API key navigate to https://www.exchangerate-api.com/ and click the "Get Free Key" at the top of the page and follow the instructions.
  • Add the following to your .env file: API_KEY="insert your API key here" ex. API_KEY=123456789
  • Run the command $ npm install
  • Run the command $ npm run build
  • Run the command $ npm run start to launch the project in your browser.
  • This application was built on a Windows Machine. For it to work properly on a Mac, change the following:
  • Update package.json, line 8 to "npm run build; webpack-dev-server --open --mode=development"

Known Bugs

License

About


Languages

Language:HTML 82.8%Language:JavaScript 12.1%Language:CSS 5.1%