Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Promtp (ChatGPT):
Utilizando tu rol de desarrollador frontend, necesito que implementes un sitio web similar a esto: https://www.online-stopwatch.com/.
Los requermientos tecnicos:
Los requerimientos son los siguientes:
El titulo del sitio es Stopwatch
Crear sitio web que tenga cronometro y un cuenta atras.
La pagina web debe tener un menú para seleccionar si quiero utilizar el cronometro o el cuenta atrás. En caso de seleccionar uno se debe ocultar el otro. Por defecto no se debe ninguno de los dos formularios. Cuando en cada uno de los formularios presione el botón volver, debería volver a este estado.
Si selecciono el cronometro se debe visualizar las horas, minutos, segundos y los milisegundos, que deben se mostrados en un tamaño mas pequeño que las otras unidades de tiempo, los numeros deberían iniciar así: 00:00:00 000. Todo los numeros se debe actualizar en la medida que vaya aumentando el tiempo. Bajo los numeros deben haber tres botones, uno para iniciar el cronometro, otro para reiniciar el cronometro y finalmente uno para volver al menu anterior. Al presionar el botón iniciar debería cambiar a detener para pausar el avance del cronometro.
Si selecciono el cuenta atrás, al iniciar debe visualizar un input por cada unidad de tiempo, que debería estar inicialmente en 00, para poder ingresar cuando tiempo tendra la cuenta regresiva. Bajo los input deberían haber 2 filas de botone, los cuales me permitiran ingresar numeros del 0 al 9, un botón para reiniciar a 00 los input llamado "Limpiar", un botón que al presionarlo me debería permitir pasar a un formulario llamado "Set", igual al del cronometro que me permita ver la cuenta regresiva, incluyendo los milisegundo y finalmente el botón volver.