Skip to content

Latest commit

 

History

History
48 lines (34 loc) · 1.6 KB

README.md

File metadata and controls

48 lines (34 loc) · 1.6 KB

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/