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.
- Conversion between different currencies
- Automatic fetching of latest exchange rates
- Simple and intuitive user interface
- Bidirectional Conversion feature is present
- Clone the repository:
git clone https://github.com/komal-agarwal5/CoinShift-Currency-Converter.git
- Navigate to the project directory:
cd conshift-currency-converter
- Install dependencies:
npm install
- Start the application:
npm start
- Open your web browser and navigate to
http://localhost:3000
- Select the currency you want to convert from and to, enter the amount, and click on the convert button.
- The converted amount will be displayed below.
- React.js: A JavaScript library for building user interfaces.
- HTML/CSS: For structuring and styling the website.
- JavaScript: Used for implementing logic and functionality.
- For fetching live exchange rates, this project uses the Open Exchange Rates API.
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.
This project is licensed under the MIT License. See the LICENSE file for details.
Contact: [[email protected]]
💙 If you like this project, do give it a ⭐ and share it with your friends!
Made with ❤️ by Komal Agarwal