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

<onlyfor> was added to both readmes #19

Open
wants to merge 3 commits into
base: master
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
4 changes: 4 additions & 0 deletions README.es.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@

Crea una aplicación de lista de TODO que permita a los usuarios agregar y eliminar tareas.

<onlyfor saas="false" withBanner="false">

## 🌱 Cómo comenzar este proyecto

No clones este repositorio porque vamos a usar una plantilla diferente.
Expand All @@ -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 <your new url>`) y subiendo el código a tu nuevo repositorio usando los comandos `add`, `commit` y `push` desde la terminal de git.

</onlyfor>

## 📝 Instrucciones:

- Tu aplicación debería [verse así](https://github.com/breatheco-de/exercise-todo-list/blob/master/preview.gif?raw=true).
Expand Down
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@

Create a TODO list application that allows users to add and delete tasks.

<onlyfor saas="false" withBanner="false">

## 🌱 How to start this project

Do not clone this repository because we are going to be using a different template.
Expand All @@ -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 <your new url>`), and uploading the code to your new repository using the `add`, `commit` and `push` commands from the git terminal.

</onlyfor>

## 📝 Instructions

- Your app needs to look [like this](https://github.com/breatheco-de/exercise-todo-list/blob/master/preview.gif?raw=true).
Expand Down
1 change: 1 addition & 0 deletions learn.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down