connorburgess / Currency-exchanger

Epicodus week 6 independent project

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Currency Exchanger

Created By: Connor Burgess


Kitten

Description

Project utilizes ExchangeRate-Api in order to allow user to perform global currency conversions with ease.


Technologies used

  • JavaScript
  • CSS
  • HTML
  • JQuery
  • BootStrap v5
  • NPM
  • WebPack
  • ESLint

Setup (Step 1): Get an API key

  • Create an account on ExchangeRate-Api
  • Login and copy "Your API Key" on main page.
  • Create .env file in top level of project
  • Insert line "API_KEY={Your API key}" without quotes or curly brackets in .env file.

Setup (Step 2): Build Project

  • Clone Repo from GitHub (Link: https://github.com/ConnorBurgess/Currency-exchanger.git)
  • Ensure Node and NPM are installed: instructions here
  • Open command line and navigate to top level directory
  • Input command $ "npm install" (no quotes) in terminal in order to install dependencies
  • Input command $ "npm run build" (no quotes) in order to build package.
  • View source files in editor of choice or input command $ "npm run start" to view project in live server

To Do:

  • Continue to improve style and user experience

Additional comments:

  • Created on 2/12/21
  • Currently in development and unfinished (as of 2/12/21)

Resources used:

License:

© Connor Burgess, 2021

Licensed under MIT license


Contact Information

Connor Burgess: Email

About

Epicodus week 6 independent project


Languages

Language:JavaScript 57.8%Language:CSS 29.8%Language:HTML 12.4%