Skip to content

Commit 96eec69

Browse files
Merge pull request 4GeeksAcademy#103 from Lorenagubaira/react-tutorial-exercises
react-tutorial-exercises
2 parents 084ac2d + 20ae8d4 commit 96eec69

File tree

2 files changed

+15
-4
lines changed

2 files changed

+15
-4
lines changed

README.es.md

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,13 @@ Puedes encontrar muchos tutoriales interactivos gratuitos en línea, pero ningun
2121
<img src="https://raw.githubusercontent.com/4GeeksAcademy/react-tutorial-exercises/master/preview.gif">
2222
</p>
2323

24-
## Instalación en un clic:
24+
<!-- hide -->
25+
26+
## Instalación en un clic (recomendado)
27+
28+
Puedes empezar estos ejercicios en pocos segundos haciendo clic en: [Abrir en Codespaces](https://codespaces.new/?repo=4GeeksAcademy/react-tutorial-exercises) (recomendado) o [Abrir en Gitpod](https://gitpod.io#https://github.com/4GeeksAcademy/react-tutorial-exercises.git).
2529

26-
[![Abrir en Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io#https://github.com/4GeeksAcademy/react-exercises.git)
30+
> Una vez ya tengas abierto VSCode, los ejercicios de LearnPack deberían empezar automáticamente; si esto no sucede puedes intentar empezar los ejercicios escribiendo este comando en tu terminal: `$ learnpack start`
2731
2832
## Instalación local
2933

@@ -44,6 +48,7 @@ $ npm i jest@24.8.0 -g
4448
$ learnpack plugins:install learnpack-react@0.0.17
4549
$ learnpack start
4650
```
51+
<!-- endhide -->
4752

4853
## ¿Cómo están organizados los ejercicios?
4954

@@ -53,7 +58,9 @@ Cada ejercicio es una pequeña aplicación de react que contiene los siguientes
5358
2. **README.md:** contiene instrucciones de ejercicios.
5459
3. **test.js:** no tienes que abrir este archivo, contiene el script de prueba para el ejercicio.
5560

56-
## Colaboradores
61+
> Nota: Los ejercicios tienen calificación automática pero los tests son muy rígidos y estrictos, mi recomendación es que ignores los tests y los uses solo como una recomendación o pueden frustrarte.
62+
63+
## Colaboradores
5764

5865
Gracias a estas personas maravillosas ([emoji key](https://github.com/kentcdodds/all-contributors#emoji-key)):
5966

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@
1111

1212
<!-- endhide -->
1313

14+
*Estas instrucciones [están disponibles en 🇪🇸 español](https://github.com/4GeeksAcademy/react-tutorial-exercises/blob/master/README.es.md) :es:*
15+
1416
You can find lots of free interactive/autograded tutorials online, but there are very few about React.js. That's why we decided to create a comprehensive selection of exercises for developers who are interested in learning React.js.
1517

1618
These exercises can be done by both junior and senior developers and are intended to be built by collaboration, we need your help!
@@ -25,7 +27,7 @@ If you find any bugs or spelling issues, please contribute and report them and w
2527

2628
## One click installation (recommended):
2729

28-
You can open these exercises in just a few seconds by clicking: [Open in Codespaces](https://codespaces.new/?repo=4GeeksAcademy/css-layouts-tutorial-exercises) (recommended) or [Open in Gitpod](https://gitpod.io#https://github.com/4GeeksAcademy/css-layouts-tutorial-exercises.git).
30+
You can open these exercises in just a few seconds by clicking: [Open in Codespaces](https://codespaces.new/?repo=4GeeksAcademy/react-tutorial-exercises) (recommended) or [Open in Gitpod](https://gitpod.io#https://github.com/4GeeksAcademy/react-tutorial-exercises.git).
2931

3032
> Once you have VSCode open the LearnPack exercises should start automatically. If exercises don't run automatically you can try typing on your terminal: `$ learnpack start`
3133
@@ -59,6 +61,8 @@ Each exercise is a small react application containing the following files:
5961
2. **README.md:** contains exercise instructions.
6062
3. **test.js:** you don't have to open this file, it contains the testing script for the exercise.
6163

64+
> Note: The exercises have automatic grading but it's very rigid and strict, my recommendation is to ignore the tests and use them only as a recommendation or you can get frustrated.
65+
6266
## Contributors
6367

6468
Thanks goes to these wonderful people ([emoji key](https://github.com/kentcdodds/all-contributors#emoji-key)):

0 commit comments

Comments
 (0)