Skip to content

Commit 58ad83b

Browse files
committed
the footnotes were added
1 parent d3604a2 commit 58ad83b

File tree

2 files changed

+25
-18
lines changed

2 files changed

+25
-18
lines changed

README.es.md

Lines changed: 22 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,26 @@
1-
<p align="center">
2-
<img src="https://assets.breatheco.de/apis/img/images.php?blob&random&cat=icon&tags=4geeks,128">
3-
</p>
1+
<!-- hide -->
2+
# Tutorial y Ejercicios Interactivos de React
43

5-
<p>
6-
<h2 align="center"> Ejercicios de React en 4Geeks Academy (beta) </h2>
7-
</p>
4+
<a href="https://www.4geeksacademy.co"><img height="280" align="right" src="https://github.com/4GeeksAcademy/react-tutorial-exercises/blob/master/badge.svg?raw=true"></a>
5+
6+
> By [@alesanchezr](https://twitter.com/alesanchezr) and [other contributors](https://github.com/4GeeksAcademy/react-tutorial-exercises/graphs/contributors) at [4Geeks Academy](https://4geeksacademy.co/)
87
9-
Mi nombre Alejandro Sanchez [@alesanchezr](https://twitter.com/alesanchezr). ¡¡Estamos muy entusiasmados por tenerte aquí!! 🎉 😂
10-
Learning to code is hard, you need coaching! DM me on twitter if you have any question.
8+
![last commit](https://img.shields.io/github/last-commit/4geeksacademy/react-tutorial-exercises)
9+
[![build by developers](https://img.shields.io/badge/build_by-Developers-blue)](https://breatheco.de)
10+
[![build by developers](https://img.shields.io/twitter/follow/4geeksacademy?style=social&logo=twitter)](https://twitter.com/4geeksacademy)
11+
12+
<h3>Start now: </h3>
13+
<a href="https://gitpod.io#https://github.com/4GeeksAcademy/react-tutorial-exercises.git"><img src="https://gitpod.io/button/open-in-gitpod.svg" /></a>
14+
<!-- endhide -->
1115

1216
Puedes encontrar muchos tutoriales interactivos gratuitos en línea, pero ninguno sobre React.js. Por eso hemos decidido crear una selección muy completa de ejercicios para las personas interesadas en aprender React.js: ¡Para seniors y juniors!
1317

1418
¡Te necesitamos! Estos ejercicios se crean y mantienen con colaboradores como tú. Si encuentra salgún error o falta de ortografía, contribuye y/o infórmanos.
1519

20+
<p align="center">
21+
<img src="https://raw.githubusercontent.com/4GeeksAcademy/react-tutorial-exercises/master/preview.gif">
22+
</p>
23+
1624
## Instalación en un clic:
1725

1826
[![Abrir en Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io#https://github.com/4GeeksAcademy/react-exercises.git)
@@ -37,18 +45,13 @@ $ learnpack plugins:install learnpack-react@0.0.17
3745
$ learnpack start
3846
```
3947

40-
<p align="center">
41-
<img src="https://raw.githubusercontent.com/4GeeksAcademy/react-exercises/master/preview.gif">
42-
</p>
43-
4448
## ¿Cómo están organizados los ejercicios?
4549

4650
Cada ejercicio es una pequeña aplicación de react que contiene los siguientes archivos:
47-
| | |
48-
|:---|:---|
49-
| **app.js** | Representa el archivo javascript de entrada que ejecutará la computadora ||
50-
| **README.md** | Contiene las instrucciones de ejercicio |
51-
| **test.js** | Contiene el script del test para el ejercicio (no es necesario que abras este archivo) |
51+
52+
1. **app.js:** representa el archivo de entrada para el ejercicio.
53+
2. **README.md:** contiene instrucciones de ejercicios.
54+
3. **test.js:** no tienes que abrir este archivo, contiene el script de prueba para el ejercicio.
5255

5356
## Colaboradores
5457

@@ -61,3 +64,5 @@ Gracias a estas personas maravillosas ([emoji key](https://github.com/kentcdodds
6164
3. [Marco Gómez (marcogonzalo)](https://github.com/marcogonzalo), contribution: (bug reports) 🐛, (translation) 🌎
6265

6366
Este proyecto sigue la especificación [all-contributors](https://github.com/kentcdodds/all-contributors). ¡Todas las contribuciones son bienvenidas!
67+
68+
Este y otros ejercicios son usados para [aprender a programar](https://4geeksacademy.com/es/aprender-a-programar/aprender-a-programar-desde-cero) por parte de los alumnos de 4Geeks Academy [Coding Bootcamp](https://4geeksacademy.com/us/coding-bootcamp) realizado por [Alejandro Sánchez](https://twitter.com/alesanchezr) y muchos otros contribuyentes. Conoce más sobre nuestros [Curso de Programación](https://4geeksacademy.com/es/curso-de-programacion-desde-cero?lang=es) para convertirte en [Full Stack Developer](https://4geeksacademy.com/es/coding-bootcamps/desarrollador-full-stack/?lang=es), o nuestro [Data Science Bootcamp](https://4geeksacademy.com/es/coding-bootcamps/curso-datascience-machine-learning).

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

1616
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.
1717

18-
These exercises can be done by both junior and senior developers and are intended to be built by collaboration, we need your help !
18+
These exercises can be done by both junior and senior developers and are intended to be built by collaboration, we need your help!
1919

2020
If you find any bugs or spelling issues, please contribute and report them and we will correct them.
2121

@@ -67,3 +67,5 @@ Thanks goes to these wonderful people ([emoji key](https://github.com/kentcdodds
6767

6868

6969
This project follows the [all-contributors](https://github.com/kentcdodds/all-contributors) specification. Contributions of any kind are welcome!
70+
71+
This and many other exercises are built by students as part of the 4Geeks Academy [Coding Bootcamp](https://4geeksacademy.com/us/coding-bootcamp) by [Alejandro Sánchez](https://twitter.com/alesanchezr) and many other contributors. Find out more about our [Full Stack Developer Course](https://4geeksacademy.com/us/coding-bootcamps/part-time-full-stack-developer), and [Data Science Bootcamp](https://4geeksacademy.com/us/coding-bootcamps/datascience-machine-learning).

0 commit comments

Comments
 (0)