Skip to content

Currency converter website is used to convert currency rates between 161 currencies created using HTML5, CSS3, JavaScript, and Exchange Rate API.

Notifications You must be signed in to change notification settings

Prakashdeveloper03/Currency-Converter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Currency Converter

html css Javascript Edge vscode

Currency Converter website is used to convert currency rates between 161 currencies. It was created using HTML5, CSS3, JavaScript and Exchange Rate API.

Installation

STEP 1 : Clone the repository using git

git clone https://github.com/Prakashdeveloper03/Currency-Converter.git

STEP 2 : Visit the ExchangeRate-API website and get your free API key.

STEP 3 : Change to the js folder

cd Currency-Converter-main/assets/js

STEP 4 : Create a new javascript file named config.js and insert the below lines

let config = {
  API_KEY: "YOUR_KEY"
};

STEP 5 : Replace the "YOUR_API_KEY" with your actual api key

📷 Screenshots

demo image

About

Currency converter website is used to convert currency rates between 161 currencies created using HTML5, CSS3, JavaScript, and Exchange Rate API.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published