Skip to content

Latest commit

 

History

21 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

Currencee 1

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

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

1 star

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages