Skip to content

A web-based currency converter application built using JavaScript. This application allows users to convert amounts from one currency to another based on exchange rate API conversion rate.

Notifications You must be signed in to change notification settings

Nesniw/Currency-Converter-App

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Currencee - Currency Converter

Overview

A web-based currency converter application built using JavaScript. This application allows users to convert amounts from one currency to another based on exchange rate API conversion rate.

Features

  • Real-time Exchange Rates: Fetches up-to-date exchange rates from a reliable API.
  • Multiple Currencies: Supports conversion between various global currencies.
  • User-Friendly Interface: Simple and intuitive design for easy use.

Technologies Used

  • HTML5: Structure and layout of the app.
  • CSS3: Styling and responsive design.
  • JavaScript: Dynamic content and interaction.
  • API: ExchangeRate-API for fetching conversion rate between currencies.

Preview

image

Installation

Follow these steps to set up and run the project locally:

  1. Clone the Repository:

    git clone https://github.com/Nesniw/currency-converter.git
    cd currency-converter
  2. Setup API Key

    To fetch conversion rate data, you need an API key from ExchangeRate-API. Follow these steps:

    • Go to ExchangeRate-API and sign up for an API key.
    • Replace YOUR_API_KEY in the script.js file with your actual API key:
    let api = 'https://v6.exchangerate-api.com/v6/YOUR_API_KEY/latest/USD';
  3. open index.html from your local folder

Thank You

Thank you for visiting Currencee! 😊

By Winsen Wiradinata
Email: winsenwiradinata@gmail.com
LinkedIn: https://www.linkedin.com/in/winsen-wiradinata/

About

A web-based currency converter application built using JavaScript. This application allows users to convert amounts from one currency to another based on exchange rate API conversion rate.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published