Currency Converter
A Java-based command-line tool that provides real-time currency conversion between USD, Argentine Peso, Brazilian Real, and Colombian Peso using live exchange rates.
$ java ConversorApp
1) USD → ARS
2) ARS → USD
3) USD → BRL
4) BRL → USD
7) History
Quick Start
Get up and running in three simple steps
Clone and compile the project
Clone the repository and compile the Java source files with the Gson dependency.
Terminal
Run the converter
Launch the interactive menu to start converting currencies.
Terminal
The application will display an interactive menu with conversion options and history tracking.
Explore by Topic
Everything you need to use and understand the Currency Converter
Using the Converter
Learn how to perform currency conversions with the interactive menu interface
Conversion History
Track and view your conversion history with timestamps
Supported Currencies
Explore the supported currency pairs and exchange rates
Architecture
Understand the MVC pattern and object-oriented design
Technical Resources
Deep dive into the technical implementation
API Integration
How the ExchangeRate-API integration works
Code Structure
Explore the package structure and classes
Building
Compile and run the project locally
Ready to start converting?
Follow the quickstart guide to get the Currency Converter running in minutes
Get Started Now