From 77d80ae66a661afa8fd8b7c25eb27e77984a1ee8 Mon Sep 17 00:00:00 2001
From: lorenagubaira <102861577+Lorenagubaira@users.noreply.github.com>
Date: Mon, 2 Dec 2024 14:18:35 -0400
Subject: [PATCH 1/3] Update README.es.md
---
README.es.md | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/README.es.md b/README.es.md
index 8978a02..8533df6 100644
--- a/README.es.md
+++ b/README.es.md
@@ -8,6 +8,8 @@
Crea una aplicaci贸n de lista de TODO que permita a los usuarios agregar y eliminar tareas.
+
+
## 馃尡 C贸mo comenzar este proyecto
No clones este repositorio porque vamos a usar una plantilla diferente.
@@ -25,6 +27,8 @@ https://github.com/4GeeksAcademy/react-hello
> 馃挕 Importante: Recuerda guardar y subir tu c贸digo a GitHub creando un nuevo repositorio, actualizando el remoto (`git remote set-url origin `) y subiendo el c贸digo a tu nuevo repositorio usando los comandos `add`, `commit` y `push` desde la terminal de git.
+
+
## 馃摑 Instrucciones:
- Tu aplicaci贸n deber铆a [verse as铆](https://github.com/breatheco-de/exercise-todo-list/blob/master/preview.gif?raw=true).
From efa6a2b0a8a1385b71a12acf4b0328ba5a341ae6 Mon Sep 17 00:00:00 2001
From: lorenagubaira <102861577+Lorenagubaira@users.noreply.github.com>
Date: Mon, 2 Dec 2024 14:19:52 -0400
Subject: [PATCH 2/3] Update README.md
---
README.md | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/README.md b/README.md
index 81131c2..723e26b 100644
--- a/README.md
+++ b/README.md
@@ -8,6 +8,8 @@
Create a TODO list application that allows users to add and delete tasks.
+
+
## 馃尡 How to start this project
Do not clone this repository because we are going to be using a different template.
@@ -25,6 +27,8 @@ https://github.com/4GeeksAcademy/react-hello
> 馃挕 Important: Remember to save and upload your code to GitHub by creating a new repository, updating the remote (`git remote set-url origin `), and uploading the code to your new repository using the `add`, `commit` and `push` commands from the git terminal.
+
+
## 馃摑 Instructions
- Your app needs to look [like this](https://github.com/breatheco-de/exercise-todo-list/blob/master/preview.gif?raw=true).
From efb275858e397ed4163d0f756ffd1425566930f0 Mon Sep 17 00:00:00 2001
From: lorenagubaira <102861577+Lorenagubaira@users.noreply.github.com>
Date: Mon, 9 Dec 2024 15:39:20 -0400
Subject: [PATCH 3/3] Update learn.json
---
learn.json | 1 +
1 file changed, 1 insertion(+)
diff --git a/learn.json b/learn.json
index 2cbe77f..474509f 100644
--- a/learn.json
+++ b/learn.json
@@ -6,6 +6,7 @@
"difficulty": "intermediate",
"preview": "https://github.com/alesanchezr/exercise-todo-list/blob/master/preview.gif?raw=true",
"duration" : 16,
+ "template_url": "https://github.com/4GeeksAcademy/react-hello",
"video-id": "https://www.loom.com/share/610516d1db32405a80fc43c7e5456634",
"technologies": ["javascript","react.js","js events"],
"description" : "Create a simple todo web app using the React.js framework",