Skip to content

Latest commit

 

History

History
70 lines (46 loc) · 1.82 KB

README.md

File metadata and controls

70 lines (46 loc) · 1.82 KB

Currency Converter

Overview

This is a simple currency converter application that allows users to convert between different currencies. It fetches live exchange rates from an API and performs conversions accordingly.

Features

  • Conversion between different currencies
  • Automatic fetching of latest exchange rates
  • Simple and intuitive user interface

Speciality

  • Bidirectional Conversion feature is present

Installation

  1. Clone the repository:
    git clone https://github.com/komal-agarwal5/CoinShift-Currency-Converter.git
    
  2. Navigate to the project directory:
    cd conshift-currency-converter
    
  3. Install dependencies:
    npm install
    

Usage

  1. Start the application:
    npm start
    
  2. Open your web browser and navigate to http://localhost:3000
  3. Select the currency you want to convert from and to, enter the amount, and click on the convert button.
  4. The converted amount will be displayed below.

Technologies Used

  • React.js: A JavaScript library for building user interfaces.
  • HTML/CSS: For structuring and styling the website.
  • JavaScript: Used for implementing logic and functionality.

API Used

  • For fetching live exchange rates, this project uses the Open Exchange Rates API.

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change. Please make sure to update tests as appropriate.

License

This project is licensed under the MIT License. See the LICENSE file for details.

Where to contact ?

Contact: [[email protected]]

Support

💙 If you like this project, do give it a ⭐ and share it with your friends!


Made with ❤️ by Komal Agarwal