This project is a multifunctional converter developed as part of a challenge from the Oracle Next Education program.
The challenge was to develop a currency converter, but I decided to implement a length and temperature converter as well.
- Currency converter
- Convert between the following currencies:
- mexican pesos
- american dolars
- euros
- sterling pounds
- south korean won
- japanese yen
- Convert between the following currencies:
- Length converter
- Convert between the following units:
- meters [m]
- kilometers [km]
- centimeters [cm]
- millimeters [mm]
- miles [mil]
- feet [ft]
- yards [yd]
- Convert between the following units:
- Temperature converter
- Convert between the following units:
- Celcius [°C]
- Kelvin [°K]
- Fahrenheit [°F]
- Convert between the following units:
- Choose between the three converter types.
- Select the options you want to convert each other and add the input value.
- The app displays the result
- You can click the swap button and change the conversion order.
- The app displays an error label when a non numeric value is written and the conversion button is disabled.
- Clone this repository to your local machine.
git clone https://github.com/Diegohrp/Challenge-ONE-CurrencyConverter.git
-
Make sure you have Java 11 or higher installed and the JDK.
-
Open the project in your preferred IDE.
-
Build the project using Maven to resolve dependencies.
- Java 11
- JavaFx for GUI
Contributions are always welcome!
If you find bugs or want to add something more, follow these steps:
-
Fork the repository.
-
Create a new branck for your feature.
-
Make your changes and commit with a descriptive message.
-
Push your changes to the repository
-
Open a pull request.
This project is under the MIT License
This project was developed by Diego Herrera Prado @Diegohrp as part of a challenge from the Oracle Next Education program.
Feel free to reach out if you have any suggestion or if you want to work with me 😀.