This project was built using exchange API to convert currencies, the technologies used were PHP e Javascript.
To clone the currency converter on your machine, follow these steps:
Windows:
1️⃣ xampp > htdocs > create a folder. Exemple: Currency_converter
2️⃣ Open the terminal inside the folder (cmd or git bash)
3️⃣ git clone https://github.com/titiushadow/Conversor-moedas.git
4️⃣ localhost/folder_name/index.php
If you want to contribute, go ahead and clone this repository! Create your own working branch and dive into the code.
git clone https://github.com/titiushadow/Conversor-moedas.git
git checkout -b feature/Branch_name
After completing your changes, open a Pull Request to explain the addressed issue or the new feature.