Welcome to the Currency Converter repository! This project is a user-friendly web application that allows you to convert currencies in real-time using the latest exchange rates.
- Real-Time Conversion: Convert between multiple currencies with real-time exchange rates.
- Multiple Currency Support: Supports a wide range of currencies from around the world.
- Intuitive User Interface: Simple and easy-to-use interface.
- React
- JavaScript (ES6)
- Exchange Rate API: For fetching real-time exchange rates.
-
Clone the repository:
git clone https://github.com/Himaanshuuuu04/Currency-Converter.git
-
Navigate to the project directory:
cd Currency-Converter
-
npm start:
- You can run this on the go.
npm i npm start
- Then, open your browser and navigate to
http://localhost:8080
(or the port provided by your local server).
- You can run this on the go.
- Select the currencies you want to convert from and to using the dropdown menus.
- Enter the amount you wish to convert.
- Click 'Convert' to get the equivalent amount in the desired currency.
Contributions are welcome! If you'd like to contribute to this project, please fork the repository and submit a pull request with your changes.
- Fork the project.
- Create your feature branch (
git checkout -b feature/AmazingFeature
). - Commit your changes (
git commit -m 'Add some AmazingFeature'
). - Push to the branch (
git push origin feature/AmazingFeature
). - Open a pull request.
This project is licensed under the MIT License - see the LICENSE file for details.