CurrencyConverter is a Java application designed for currency conversion. The program uses various APIs to make certain conversions and was built using Apache Maven.
The main objectives of the project are:
- Converting the value of fiat currencies and cryptocurrencies into PLN (Polish Zloty) or USD (US Dollar)
- Using different APIs to perform the appropriate calculations
- Just learning new things 👍 such as JSON format
- GUI
- Creating and fixing new bugs
- Adding some new APIs for different calculations
- Change the code according to the DRY principle