Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gabrielcarames/alkybank
Sitio web sobre una Wallet o billetera digital
https://github.com/gabrielcarames/alkybank
api javascript reactjs redux swagger-ui tailwindcss wallet
Last synced: 26 days ago
JSON representation
Sitio web sobre una Wallet o billetera digital
- Host: GitHub
- URL: https://github.com/gabrielcarames/alkybank
- Owner: GabrielCarames
- Created: 2022-12-15T20:37:29.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2022-12-15T20:37:48.000Z (about 2 years ago)
- Last Synced: 2024-11-13T18:44:15.200Z (3 months ago)
- Topics: api, javascript, reactjs, redux, swagger-ui, tailwindcss, wallet
- Language: JavaScript
- Homepage:
- Size: 2.33 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# AlkyBank 💳
![AlkyBank](https://user-images.githubusercontent.com/49535753/207464136-a251cfcc-7bf8-4d16-a2b4-cd04a9c18a7b.PNG)
## Tecnologías usadas 💫
[![React](https://img.shields.io/badge/-React-blue?style=for-the-badge&logo=React)](https://es.reactjs.org/)
[![Redux](https://img.shields.io/badge/-Redux-764ABC?style=for-the-badge&logo=Redux)](https://es.redux.js.org/)
[![Javascript](https://img.shields.io/badge/-Javascript-critical?style=for-the-badge&logo=Javascript)](https://developer.mozilla.org/es/docs/Web/JavaScript)
[![Tailwind](https://img.shields.io/badge/-Tailwind-38BDF8?style=for-the-badge&logo=tailwind-css&logoColor=white)](https://tailwindui.com/)## Instalación ⚒
Clonar e instalar
```bash
git clone https://github.com/NazarenoRios/alkemy_wallet_front.git
npm install
```
Para ejecutar la aplicación
```bash
npm run dev
```## Variables de entorno 🏭
La aplicación necesita utilizar ciertas variables de entorno. Para acceder a ellas, seguir estos pasos:
- Crear un archivo **.env** en el root de la aplicación
- Copiar y pegar el contenido del archivo .env.example.txt dentro de **.env**> ***Aviso:*** Es necesario colocar estas variables para el correcto funcionamiento de la aplicación.
## Despliegue 🚀
Puedes utilizar esta aplicación sin necesidad de instalar ni configurar absolutamente nada. Has click [aquí](https://nazarenorios.github.io/alkybank/) para ir al despliegue.
> ***Aviso:*** El deploy no funciona actualmente## Usuarios de prueba 🚻
Si no quieres crear una cuenta, simplemente utiliza alguno de estos usuarios de prueba.- `Usuario1:`
Email: [email protected]
Password: Cuenta123- `Usuario2:`
Email: [email protected]
Password: Password123!
## Imágenes 🖼
![Captura1](https://user-images.githubusercontent.com/49535753/207465409-0c8f931a-78c5-41da-9a5c-1ac5bc3100ff.PNG)
![Captura2](https://user-images.githubusercontent.com/49535753/207465418-a91a4319-9122-418b-8071-d1131c7bb95a.PNG)
![Captura3](https://user-images.githubusercontent.com/49535753/207465425-32445b62-fb2a-4084-ae88-34e4334430e0.PNG)