https://github.com/carlosrocha-dev/toolsconverter
his project aims to create a currency and temperature conversion tool using the Java programming language. The tool is designed to meet the specific requirements outlined by our client. The primary features of the tool include currency conversion between different currencies and the ability to convert temperatures between Celsius and Fahrenheit.
https://github.com/carlosrocha-dev/toolsconverter
challengeoneconversorbr5
Last synced: about 2 months ago
JSON representation
his project aims to create a currency and temperature conversion tool using the Java programming language. The tool is designed to meet the specific requirements outlined by our client. The primary features of the tool include currency conversion between different currencies and the ability to convert temperatures between Celsius and Fahrenheit.
- Host: GitHub
- URL: https://github.com/carlosrocha-dev/toolsconverter
- Owner: carlosrocha-dev
- Created: 2023-08-14T01:07:42.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-08-14T02:02:10.000Z (almost 2 years ago)
- Last Synced: 2025-01-30T11:10:01.764Z (4 months ago)
- Topics: challengeoneconversorbr5
- Language: Java
- Homepage:
- Size: 17.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Tools Converter
[](https://carlosrocha.com.br)
[](https://www.java.com)This project aims to create a currency and temperature conversion tool using the Java programming language. The tool is designed to meet the specific requirements outlined by our client. The primary features of the tool include currency conversion between different currencies and the ability to convert temperatures between Celsius and Fahrenheit.
## Features
### Currency Converter
The currency converter component allows users to convert between the Brazilian Real (BRL) and several other major currencies. The supported currency conversion pairs are:
- Brazilian Real (BRL) to US Dollar (USD)
- Brazilian Real (BRL) to Euro (EUR)
- Brazilian Real (BRL) to British Pound (GBP)
- Brazilian Real (BRL) to Argentine Peso (ARS)
- Brazilian Real (BRL) to Chilean Peso (CLP)Additionally, the tool also supports reverse currency conversions:
- US Dollar (USD) to Brazilian Real (BRL)
- Euro (EUR) to Brazilian Real (BRL)
- British Pound (GBP) to Brazilian Real (BRL)
- Argentine Peso (ARS) to Brazilian Real (BRL)
- Chilean Peso (CLP) to Brazilian Real (BRL)## License
This project is licensed under the [MIT License](LICENSE).