Skip to content

Instantly share code, notes, and snippets.

View jonaRL01's full-sized avatar

Jonathan Reyes López jonaRL01

View GitHub Profile
@Klerith
Klerith / app.html
Created November 22, 2022 19:07
Lista de tareas - Vanilla JavaScript
<section class="todoapp">
<header class="header">
<h1>Tareas</h1>
<input id="new-todo-input" class="new-todo" placeholder="¿Qué necesita ser hecho?" autofocus>
</header>
<!-- This section should be hidden by default and shown when there are todos -->
<section class="main">
<input id="toggle-all" class="toggle-all" type="checkbox">
<label for="toggle-all">Mark all as complete</label>
@Klerith
Klerith / instalaciones-ts.md
Last active May 15, 2024 03:14
Instalaciones del curso de TypeScript
@Klerith
Klerith / instalaciones.md
Created August 20, 2019 19:35
Curso de Dart - Instalaciones