File tree Expand file tree Collapse file tree 1 file changed +55
-0
lines changed
Expand file tree Collapse file tree 1 file changed +55
-0
lines changed Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments