Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add code generated and prompts #16

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added stopwatch/stopwatch-ABS/image.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
23 changes: 23 additions & 0 deletions stopwatch/stopwatch-ABS/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Stopwatch using AI</title>
<script defer src="script.js"></script>
<script src="https://cdn.tailwindcss.com"></script> <!-- Última versión de TailwindCSS -->
</head>
<body class="bg-white flex flex-col items-center justify-center min-h-screen">
<h1 class="text-3xl font-bold mb-6">Stopwatch using AI</h1>

<div class="relative">
<input id="timeDisplay" type="text" readonly class="text-5xl font-mono bg-white text-center rounded-lg p-4 w-full border border-gray-300 focus:outline-none" value="00:00:00">
<span id="milliseconds" class="absolute bottom-1 right-3 text-sm text-gray-500">000</span>
</div>

<div class="mt-6 flex space-x-4">
<button id="startBtn" class="bg-cyan-700 hover:bg-cyan-600 text-white font-bold py-3 px-8 rounded-lg text-xl">Start</button>
<button id="clearBtn" class="bg-red-300 hover:bg-red-400 text-white font-bold py-3 px-8 rounded-lg text-xl">Clear</button>
</div>
</body>
</html>
67 changes: 67 additions & 0 deletions stopwatch/stopwatch-ABS/prompts.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,67 @@
**Prompt y código generado con Chat GPT-4o**

# PRIMER PROMPT GENERADO
Necesito generar un prompt para crear una aplicación de cronómetro. Puntos importantes a tener en cuenta:
- Tiene que tener un archivo index.html y un archivo script.js.
- Tailwind para los estilos
- Un título arriba con el contenido "Stopwatch using AI"
- A continuación, un input donde se muestra el tiempo transcurrido. El tiempo se muestra así "00:00:00"
- Dentro del mismo input, en la esquina de abajo-derecha, se mostrará los milisegundos con un texto muy pequeño.
- Después del input, tendremos dos botones alineados con distintos colores. El primer botón será el de "Start" y luego alineado a su derecha estará el de "Clear"
- Start: Empezará el tiempo a incrementarse y se verá reflejado en el input. Cuando se haga click en start, el mismo botón se reemplazará el texto y pondrá "Pause". Cuando el botón sea "Pause", permitirá pausar el tiempo y reemplazará el valor de "Pausar" por "Continue". Si se le da click a "Continue", vuelve a seguir el tiempo desde donde se había quedado y se muestra de nuevo el botón de "Pause".
- Clear: Cuando se haga click, se resetea el tiempo y vuelve al estado inicial. El botón de la izquierda tiene que poner "Start" y el tiempo tiene que estar a 0.

Antes de empezar a generar el prompt, tienes alguna pregunta o duda para empezar?

**Importante** El prompt tiene que ser claro, preciso y usando Markdown. Adjunto una imagen con el diseño del cronómetro. Quiero que sea parecido pero con un diseño más moderno y colores pastel.
**IMAGEN ADJUNTA DEL DISEÑO (IMAGE.PNG)**

# PASOS ANTES DE OBTENER EL PROMPT FINAL
- Le he pedido pulir estilos que quería cambiar
- Y que usase la última versión de Tailwind


# **PROMPT FINAL** GENERADO CON CHAT GPT BASADO EN LAS INSTRUCCIONES ANTERIORES

Crea una aplicación de cronómetro utilizando **HTML**, **JavaScript** y **TailwindCSS** (última versión). La aplicación debe cumplir con los siguientes requerimientos:

### 1. Estructura de archivos:
- Un archivo `index.html` para la interfaz de usuario.
- Un archivo `script.js` para la lógica del cronómetro.
- Usa **TailwindCSS** en su última versión para los estilos.

### 2. Interfaz de usuario y funcionalidad:
- **Título**: La aplicación debe mostrar el título "Stopwatch using AI" en la parte superior.
- **Input de cronómetro:** Un input de tipo texto que mostrará el tiempo transcurrido con el formato `00:00:00` (horas, minutos, segundos) y los milisegundos en la esquina inferior derecha del input con un tamaño más pequeño y sutil.
- **Botones:**
- Debajo del input, se deben mostrar dos botones alineados horizontalmente:
1) Botón izquierdo:
- Inicia el cronómetro con el texto **"Start"**.
- Al hacer clic en **"Start"**, el cronómetro comenzará y el texto del botón cambiará a **"Pause"**, con un color diferente.
- Al hacer clic en **"Pause"**, el cronómetro se detendrá y el botón cambiará a **"Continue"**, permitiendo que el cronómetro se reanude desde donde se detuvo.
- Al hacer clic en **"Continue"**, el cronómetro se reanuda y el botón vuelve a cambiar a **"Pause"**.

2) Botón derecho:
- Botón de **"Clear"** que reinicia el cronómetro, reseteando el tiempo a "00:00:00" y los milisegundos a cero. El botón izquierdo también vuelve a mostrar "Start".

### 3. Estilos con TailwindCSS (última versión):
- El diseño debe ser minimalista y moderno:
- **Sin color de fondo**, utilizando blanco como color base.
- El **input** donde se muestra el tiempo debe tener:
- Fondo blanco, **sin sombras**.
- Bordes redondeados y un diseño limpio.
- El texto debe ser grande y centrado, con una fuente legible y clara.
- Los **milisegundos** se deben mostrar en la esquina inferior derecha del input, en tamaño más pequeño y con un color más tenue.
- **Botones:**
- Los botones deben ser más grandes, con espacio extra de padding y un tamaño de texto grande.
- **Colores de los botones:**
- El botón de **Start** y **Continue** debe tener el color **bg-cyan-700** y cambiar a **bg-cyan-600** cuando se haga hover.
- El botón de **Pause** debe tener el color **bg-emerald-600** y cambiar a **bg-emerald-500** cuando se haga hover.
- El botón de **Clear** debe tener un color rojo pastel: **bg-red-300** y cambiar a **bg-red-400** en hover.

### 4. Lógica del cronómetro:
- El cronómetro debe iniciar en "00:00:00" (tiempo cero).
- Al hacer clic en "Start", el cronómetro debe empezar a contar el tiempo en horas, minutos, segundos y milisegundos.
- Al hacer clic en "Pause", el tiempo debe detenerse y el botón debe cambiar su texto a "Continue".
- Al hacer clic en "Continue", el cronómetro debe continuar desde donde se dejó, y el botón debe cambiar nuevamente a "Pause".
- Al hacer clic en "Clear", el cronómetro debe volver a su estado inicial y el botón de la izquierda debe mostrar "Start".
68 changes: 68 additions & 0 deletions stopwatch/stopwatch-ABS/script.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,68 @@
let startTime, updatedTime, paused = true;
let interval, elapsedTime = 0;

const timeDisplay = document.getElementById('timeDisplay');
const millisecondsDisplay = document.getElementById('milliseconds');
const startBtn = document.getElementById('startBtn');
const clearBtn = document.getElementById('clearBtn');

// Evento para manejar el botón de Start, Pause y Continue
startBtn.addEventListener('click', () => {
if (paused) {
// Si estaba pausado, comenzamos el cronómetro
paused = false;
startTime = Date.now() - elapsedTime;
interval = setInterval(updateTime, 10);

// Cambiar el texto a "Pause" y cambiar el color del botón
startBtn.textContent = 'Pause';
startBtn.classList.remove('bg-cyan-700', 'hover:bg-cyan-600');
startBtn.classList.add('bg-emerald-600', 'hover:bg-emerald-500');
} else {
// Si no estaba pausado, pausamos el cronómetro
paused = true;
clearInterval(interval);

// Cambiar el texto a "Continue" y volver a cambiar el color
startBtn.textContent = 'Continue';
startBtn.classList.remove('bg-emerald-600', 'hover:bg-emerald-500');
startBtn.classList.add('bg-cyan-700', 'hover:bg-cyan-600');
}
});

// Evento para el botón de Clear
clearBtn.addEventListener('click', () => {
paused = true;
clearInterval(interval);
elapsedTime = 0;

// Restablecer el texto y el color del botón a su estado inicial
startBtn.textContent = 'Start';
startBtn.classList.remove('bg-emerald-600', 'hover:bg-emerald-500');
startBtn.classList.add('bg-cyan-700', 'hover:bg-cyan-600');

// Reiniciar el valor del tiempo mostrado
timeDisplay.value = '00:00:00';
millisecondsDisplay.textContent = '000';
});

function updateTime() {
updatedTime = Date.now() - startTime;
elapsedTime = updatedTime;

const hours = Math.floor((elapsedTime / (1000 * 60 * 60)) % 24);
const minutes = Math.floor((elapsedTime / (1000 * 60)) % 60);
const seconds = Math.floor((elapsedTime / 1000) % 60);
const milliseconds = Math.floor((elapsedTime % 1000));

timeDisplay.value = `${pad(hours)}:${pad(minutes)}:${pad(seconds)}`;
millisecondsDisplay.textContent = padMilliseconds(milliseconds);
}

function pad(unit) {
return unit < 10 ? '0' + unit : unit;
}

function padMilliseconds(unit) {
return unit < 100 ? unit < 10 ? '00' + unit : '0' + unit : unit;
}