This project is a simple currency converter application written in Java. It uses the ExchangeRate-API to fetch the latest exchange rates and convert between different currencies.
- Convert USD to Argentine Peso, Brazilian Real, and Colombian Peso
- Convert Argentine Peso, Brazilian Real, and Colombian Peso to USD
- Command-line interface for user interaction
- Java 11 or higher
- ExchangeRate-API key
-
Clone the repository:
git clone https://github.com/yourusername/Currency-Converter.git cd Currency-Converter
-
Set the
EXCHANGE_API_KEY
environment variable with your ExchangeRate-API key:export EXCHANGE_API_KEY=your_api_key_here
-
Build the project:
./gradlew build
Run the application:
./gradlew run