/alura_JAVA_CurrencyTranslation

A currency translation based on "Praticando Java: Challenge conversor de moedas"

Primary LanguageJava

Currency Translation 🚩

A currency translation based on "Praticando Java: Challenge conversor de moedas"

Objective 📜

Create a program with user interaction by text (console) with at least six currency conversion option. The user select one of the options of the menu and then he inputs the amount of currency to convert. In the end, it shows the converted final value and finish the program.

For this project, we will consume the Exchange Rate API (link on "references") to make a dynamic exchange rate

Currency Converter Image

Technologies and Tools 👨‍💻

  • JAVA 17
  • Gson 2.10.1

Result 🎁

References 📚

Updates 🕐

Pending issues 🚨

  • Create menu
  • Consume the API
  • JSON analysis
  • Currency filter
  • Results exhibition