Skip to content

Commit

Permalink
Big Update [1.0.1]
Browse files Browse the repository at this point in the history
  • Loading branch information
m1wrt committed Dec 9, 2024
1 parent 38a5554 commit 164a427
Show file tree
Hide file tree
Showing 11 changed files with 1,228 additions and 56 deletions.
19 changes: 10 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
# React + Vite

This template provides a minimal setup to get React working in Vite with HMR and some ESLint rules.

Currently, two official plugins are available:

- [@vitejs/plugin-react](https://github.com/vitejs/vite-plugin-react/blob/main/packages/plugin-react/README.md) uses [Babel](https://babeljs.io/) for Fast Refresh
- [@vitejs/plugin-react-swc](https://github.com/vitejs/vite-plugin-react-swc) uses [SWC](https://swc.rs/) for Fast Refresh
# cambioflex
# **CambioFlex**
---
CambioFlex, es una plataforma para consultar el precio del dolar en las tasas mas demandadas como: **Banco Central de Venezuela** y **EnparaleloVZLA**, Cambioflex esta basada en la api de [**PyDolarVenezuela**](https://github.com/fcoagz/pydolarvenezuela "pydolarvenezuela")
---
# **Aviso**:
CambioFlex no esta vinculado a ningun partido politico/institucion venezolana.
---
# **Futuras Novedades**
- [ ] Añadir Menu de donaciones
- [ ] Mas informacion sobre la comparacion de tasas
2 changes: 1 addition & 1 deletion bcv.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Vite + React</title>
<title>CambioFlex - Banco Central de Venezuela</title>
</head>
<body>
<div id="root"></div>
Expand Down
2 changes: 1 addition & 1 deletion compare.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Vite + React</title>
<title>CambioFlex - Comparar</title>
</head>
<body>
<div id="root"></div>
Expand Down
2 changes: 1 addition & 1 deletion ep.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Vite + React</title>
<title>CambioFlex - EnParaleloVZLA</title>
</head>
<body>
<div id="root"></div>
Expand Down
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Vite + React</title>
<title>CambioFlex</title>
</head>
<body>
<div id="root"></div>
Expand Down
18 changes: 18 additions & 0 deletions internal_changelog.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# **CambioFlex**
---
## [1.0.1] - 2024-12-09
### Fixed
- Solucion de errores y reactivacion de pestaña de soporte
- Solucion de errores de diseño
### Creacion
- Añadidos terminos de servicio
- Añadido soporte a donaciones con USDT

---

## [1.0.0] - 2024-12-09
### Creacion
- Integracion a api de pydolarvenezuela
- Añadido Soporte a Interfaz de usuario Material UI
- Soporte a libreria X-Charts, para la generacion de graficas
- Creacion del proyecto
Loading

0 comments on commit 164a427

Please sign in to comment.