This project is a simple currency converter built with HTML, CSS, and JavaScript. It was created for educational purposes to practice JavaScript concepts, including DOM manipulation, event handling, and basic form validation.
- Convert values from USD, EUR, or GBP to Brazilian Real (BRL)
- Input validation to accept only numeric values
- Responsive and modern UI
- Real-time display of conversion rates and results
- Enter the amount you want to convert in the input field.
- Select the currency (USD, EUR, or GBP) from the dropdown menu.
- Click the "Converter em reais" button.
- The result will be displayed below the form.
index.html: Main HTML file containing the structure of the app.styles.css: CSS file for styling the app.scripts.js: JavaScript file handling the conversion logic and DOM interactions.img/: Folder containing images and icons used in the UI.
This project is for educational and demonstration purposes.
Made with β€οΈ by Gustavo Arruda
