Skip to content

Commit 9aa0338

Browse files
committed
📝 README actualizado con vista previa y guía
1 parent 7d468b5 commit 9aa0338

File tree

1 file changed

+55
-0
lines changed

1 file changed

+55
-0
lines changed

README.md

Lines changed: 55 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,55 @@
1+
# 🧾 Conditional Profile Generator
2+
3+
Generador simple de tarjetas de perfil con opción para incluir o no una imagen de portada.
4+
Diseñado para demostrar estructuras condicionales en JavaScript.
5+
6+
---
7+
8+
## 🖼️ Vista Previa
9+
10+
![Vista previa del proyecto](https://github.com/PatsyThePug/Conditional-Profile-Generator/blob/main/vistaprevia.png)
11+
12+
---
13+
14+
## 🚀 ¿Cómo usarlo?
15+
16+
1. Clona el repositorio:
17+
```bash
18+
git clone https://github.com/PatsyThePug/Conditional-Profile-Generator.git
19+
Entra a la carpeta:
20+
21+
cd Conditional-Profile-Generator
22+
23+
Corre un servidor local (si usas Python):
24+
25+
python3 -m http.server 5500
26+
27+
Abre en tu navegador:
28+
29+
http://localhost:5500
30+
31+
🧠 ¿Qué hace?
32+
33+
Permite activar o desactivar la imagen de portada
34+
35+
Genera en tiempo real una tarjeta de perfil con los datos introducidos
36+
37+
Demuestra manipulación del DOM en JS vanilla
38+
39+
🛠️ Tecnologías
40+
41+
HTML5
42+
43+
CSS3
44+
45+
JavaScript Vanilla
46+
47+
48+
---
49+
50+
### 🔁 Comandos finales
51+
52+
```bash
53+
git add README.md
54+
git commit -m "📝 Actualizar README con imagen 'vistaprevia.png'"
55+
git push origin main

0 commit comments

Comments
 (0)