darociion / currency-exchange

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.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Currency-Exchange (Alura - ONE Java Back-End Challenge)

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.

How to Use 📄

  1. First, select an option to start the program. In this example, option 9 (USD) is selected.

  1. Next, select the target currency option. In this example, option 1 (ARS) is selected.

  1. Then, enter the amount to convert. In this example, $100 USD is entered.

  1. The program displays the selected currency pair, its conversion rate, and the result of the conversion for the entered amount.

  1. Finally, the program shows a history of all operations performed, including the selected currency pair, conversion rate, entered amount, conversion result, date and time.

Run locally 💻

  • Clone the project
  git clone https://github.com/darociion/currency-exchange.git
  • Open it with your favorite Java IDE

Feedback ✌️

If you have any feedback, let me know.

About

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.


Languages

Language:Java 100.0%