Conversia is a responsive website developed with HTML, CSS, and JavaScript for practical conversion of various measurement units. It’s a useful tool for students, travelers, professionals, and anyone who needs to convert values quickly and accurately.
- ✅ Conversion of currencies
- 🌡️ Conversion of temperature (Celsius, Fahrenheit, Kelvin)
- ⏱️ Conversion of time (milliseconds, seconds, minutes, hours)
- 📏 Conversion of storage (bits, bytes, KB, etc.)
- ⚖️ Conversion of weight (grams, kilograms, pounds, etc.)
- 🧪 Conversion of Currency (BRL, USD, EUR, etc.)
- 📐 Other useful conversions (area, speed, pressure and much more)
- HTML5 – semantic structure of the site
- CSS3 – layout, responsiveness and pleasant design
- JavaScript – conversion logic, validation and interactivity
- API Communication – real-time exchange rates and dynamic data fetching
- Visit the published site: Conversia
- Select the desired conversion type
- Enter the values and get the result in real time
git clone https://github.com/MMaffi/Conversia.gitcd ConversiaAbra o arquivo index.html no seu navegador.
Mateus Maffi 🔗 GitHub – MMaffi