Skip to content

Epicodus Independent Code Review to demonstrate new skills in Asynchrony and APIs

Notifications You must be signed in to change notification settings

HR-Williams/currency-exchanger

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Currency Exchanger

A little program to convert USD to some currencies starting with the letter A, utilizing the Exchange-Rate API.

By HR Williams

Technologies Used

  • Babel
  • Bootstrap
  • webpack
  • CSS
  • eslint
  • JavaScript
  • jQuery
  • npm
  • popper.js

Description

Setup/Installation Requirements

  • Open the terminal on your local machine
  • If Node.js and Node Package Manager (npm) are not installed on your local device, follow the instructions here
  • Clone this project with the following git command $ git clone https://github.com/HR-Williams/currency-exchanger
  • Obtain an API Key from Exchange-Rate API
  • Navigate to the top level of the repository with the command $ cd currency-exchanger
  • Create a file called .env This can be done in the terminal with the command $ touch .env
  • In the newly created .env file enter the following code API_KEY=enter your api key in place of all this text after the equal sign
  • Save the changes to your .env file
  • Recreate project environment and install required dependencies with terminal command $ npm install
  • Create production environment with terminal command $ npm run build
  • Open project in a development server in the browser of your choice with the command $ npm run start
  • Lint code with the command $ npm run lint

Known Bugs

  • I would like to add more styling to UI
  • I would like to include more currencies in this converter

License

MIT

Copyright (c) 2021 HR Williams

Contact Information

HR Williams williams.hr@gmail.com

About

Epicodus Independent Code Review to demonstrate new skills in Asynchrony and APIs

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published