Skip to content

Varun-Chakraborty/mini-project-currency-converter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Currency Converter

A simple currency converter web application with a clean interface.

Overview

This project allows users to convert currencies easily. It fetches real-time exchange rates using a public API and provides a user-friendly experience for converting between different currencies.

Usage

  1. Enter the amount in the "enter amount" field.
  2. Select the source currency and target currency from the dropdown menus.
  3. Click the "convert" button or simply press 'Enter' to see the converted amount.
  4. The conversion rate is displayed for reference.

Technologies Used

  • HTML
  • CSS
  • JavaScript

API Used

The project uses:

Setup

  1. Clone the repository:
    git clone https://github.com/Varun-Chakraborty/currency-converter.git
  2. Open the project directory:
    cd currency-converter
  3. Open index.html in your preferred web browser.

Contributing

Contributions are welcome! Feel free to fork the repository, make changes, and submit a pull request.