https://github.com/ninja1375/conversor-moedas
Um conversor de moedas moderno e responsivo, feito com HTML, CSS e JavaScript. Ele consome dados da ExchangeRate-API para converter moedas em tempo real.
https://github.com/ninja1375/conversor-moedas
conversor html-css-javascript moeda
Last synced: about 2 months ago
JSON representation
Um conversor de moedas moderno e responsivo, feito com HTML, CSS e JavaScript. Ele consome dados da ExchangeRate-API para converter moedas em tempo real.
- Host: GitHub
- URL: https://github.com/ninja1375/conversor-moedas
- Owner: Ninja1375
- License: mit
- Created: 2025-03-20T17:40:16.000Z (2 months ago)
- Default Branch: main
- Last Pushed: 2025-03-23T03:25:53.000Z (about 2 months ago)
- Last Synced: 2025-03-23T04:24:29.289Z (about 2 months ago)
- Topics: conversor, html-css-javascript, moeda
- Language: JavaScript
- Homepage: https://conversordemoedas13.netlify.app/
- Size: 10.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# 📌 Conversor de Moedas - HTML, CSS e JavaScript
🚀 Um conversor de moedas moderno e responsivo, feito com **HTML, CSS e JavaScript**. Ele consome dados da **ExchangeRate-API** para converter moedas em tempo real.
---
## 📜 Recursos
✅ **Design responsivo e moderno**
✅ **Inversão de moedas** com um clique
✅ **Consome dados da API ExchangeRate**
✅ **Fácil de usar e personalizar**---
## 📂 Estrutura do Projeto
```
📦 conversor-moedas
├── 📜 index.html # Interface do usuário
├── 🎨 style.css # Estilos do conversor
├── ⚡ script.js # Lógica do conversor
└── 📜 README.md # Documentação do projeto
```---
## 🚀 Como Usar?
### 1️⃣ Baixar o Projeto
Clone o repositório com:
```sh
git clone https://github.com/Ninja1375/conversor-moedas.git
```
Ou baixe o [ZIP aqui](https://github.com/Ninja1375/conversor-moedas/archive/refs/heads/main.zip).### 2️⃣ Obter uma Chave API
Cadastre-se na [ExchangeRate-API](https://www.exchangerate-api.com/) e gere sua chave **gratuita**.### 3️⃣ Adicionar a Chave no Código
Abra o **`script.js`** e substitua `"SUA_CHAVE_API"` pela sua chave real:
```js
const apiKey = "SUA_CHAVE_API"; // Insira sua chave aqui
```### 4️⃣ Executar o Projeto
Abra o **`index.html`** no navegador e pronto! 🎉---
## 🎯 Contribuição
Sinta-se à vontade para contribuir! Abra um **Pull Request** ou uma **Issue**.---
## 🛠️ Tecnologias Utilizadas
## 🎨 **Preview do Design**

## 📜 Licença
Este projeto é de código aberto e está disponível sob a licença **[MIT](https://github.com/Ninja1375/conversor-moedas/blob/main/LICENSE).**