This repository contains the Java Back-End solution to the challenge proposed in the Alura Latam / Oracle Java Back-End course, part of the ONE program. The challenge involves creating a currency exchange application that consumes the ExchangeRate-API to retrieve conversion rates and perform currency conversions based on user input.
- First, select an option to start the program. In this example, option 9 (USD) is selected.
- Next, select the target currency option. In this example, option 1 (ARS) is selected.
- Then, enter the amount to convert. In this example, $100 USD is entered.
- The program displays the selected currency pair, its conversion rate, and the result of the conversion for the entered amount.
- Finally, the program shows a history of all operations performed, including the selected currency pair, conversion rate, entered amount, conversion result, date and time.
- Clone the project
git clone https://github.com/darociion/currency-exchange.git
- Open it with your favorite Java IDE
If you have any feedback, let me know.