Skip to content

Commit 242af1d

Browse files
Merge pull request #51 from josemoracard/jose1-README
fixed text README
2 parents d125270 + 678b534 commit 242af1d

File tree

2 files changed

+33
-35
lines changed

2 files changed

+33
-35
lines changed

README.es.md

Lines changed: 16 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -13,29 +13,28 @@
1313
<a href="https://gitpod.io#https://github.com/4GeeksAcademy/html-forms-tutorial-exercises.git"><img src="https://gitpod.io/button/open-in-gitpod.svg" /></a>
1414
<!-- endhide -->
1515

16-
Los formularios son tan importantes en el mundo de HTML, CSS y Javascript que decidí dedicarles un tutorial especial para enfocarme en todas las entradas/inputs, botones y elementos que HTML trae por defecto para centrarme en la interacción. En estos ejercicios aprenderás:
16+
Los formularios son tan importantes en el mundo de HTML, CSS y JavaScript que decidí dedicarles un tutorial especial para enfocarme en todas las entradas/inputs, botones y elementos que HTML trae por defecto para centrarme en la interacción. En estos ejercicios aprenderás:
1717

1818
1. Uso de entradas/inputs de texto, text areas, entradas/inputs de fecha y entradas/inputs numéricas.
1919

2020
2. Uso de dropdowns.
2121

22-
3. Formar validaciones preventivas.
22+
3. Validaciones de formulario.
2323

2424
4. GET vs POST.
2525

26-
5. Diseñar un formulario.
26+
5. Dar estilos a un formulario.
2727

2828
<!-- hide -->
2929
#### Antes de empezar... hay otros tutoriales
30+
3031
<ol>
3132
<li><a href="https://github.com/4GeeksAcademy/html-tutorial-exercises-course">Aprende HTML</a></li>
32-
<li><a href="https://github.com/4GeeksAcademy/html-forms-tutorial-exercises">Aprende Formularios HTML5 </a>← estás aquí</li>
33-
<li><a href="https://github.com/4GeeksAcademy/css-tutorial-exercises-course">Aprende CSS</a>
33+
<li><a href="https://github.com/4GeeksAcademy/html-forms-tutorial-exercises">Aprende Formularios HTML5</a>← 🔥 Estás aquí</li>
34+
<li><a href="https://github.com/4GeeksAcademy/css-tutorial-exercises-course">Aprende CSS</a></li>
35+
<li><a href="https://github.com/4GeeksAcademy/css-layouts-tutorial-exercises">Aprende CSS Layouts</a></li>
3436
<li><a href="https://github.com/4GeeksAcademy/bootstrap-exercises-tutorial">Aprende Bootstrap</a></li>
3537
</ol>
36-
<p align="center">
37-
<img src="https://github.com/4GeeksAcademy/html-forms-tutorial-exercises/blob/master/.learn/assets/animation.gif?raw=true">
38-
</p>
3938

4039
## Instalación en un clic (recomendado)
4140

@@ -45,39 +44,39 @@ Puedes empezar estos ejercicios en pocos segundos haciendo clic en: [Abrir en Co
4544
4645
## Instalación local:
4746

48-
1. Instala learnpack, el package manager para tutoriales de aprendizaje y el html compiler plugin para learnpack, asegúrate también de tener node.js 14+:
47+
1. Instala LearnPack, el package manager para tutoriales de aprendizaje y el HTML compiler plugin para LearnPack, asegúrate también de tener node.js 14+:
4948

50-
```
49+
```bash
5150
$ npm i learnpack -g
5251
$ learnpack plugins:install learnpack-html
5352
```
5453

55-
2. Descarga estos ejercicios en particular usando learnpack y luego `cd` para entrar en la carpeta:
54+
2. Descarga estos ejercicios en particular usando LearnPack y luego `cd` para entrar en la carpeta:
5655

57-
```
56+
```bash
5857
$ learnpack download html-forms-tutorial-exercises
5958
$ cd html-forms-tutorial-exercises
6059
```
6160

6261
> Nota: Una vez que termines de descargar, encontrarás una carpeta "exercises" que contiene todos los ejercicios.
6362
64-
3. Inicializa el tutorial/ejercicios ejecutando el siguiente comando en el mismo nivel donde se encuentra tu archivo bc.json:
63+
3. Inicializa el tutorial/ejercicios ejecutando el siguiente comando en el mismo nivel donde se encuentra tu archivo learn.json:
6564

66-
```sh
65+
```bash
6766
6867
$ learnpack start
6968
```
7069
<!-- endhide -->
7170

7271
## ¿Cómo están organizados los ejercicios?
7372

74-
Cada ejercicio es una pequeña aplicación de react que contiene los siguientes archivos:
73+
Cada ejercicio es una pequeña aplicación de React que contiene los siguientes archivos:
7574

7675
1. **index.js:** representa el archivo de entrada para toda la aplicación.
7776
2. **README.md:** contiene las instrucciones de los ejercicios.
7877
3. **test.js:** no tienes que abrir este archivo, contiene el script del test para el ejercicio.
7978

80-
> Nota: Estos ejercicios son autograduados. Los tests son muy rígidos y estrictos, mi recomendación es que ignores los tests y usarlos solo como una recomendación o puedes frustrarte.
79+
> Nota: Los ejercicios son autograduados, pero los tests son muy rígidos y estrictos, mi recomendación es que no prestes demasiada atención a los tests y los uses solo como una sugerencia o podrías frustrarte.
8180
8281
## Colaboradores
8382

@@ -87,4 +86,4 @@ Gracias a estas personas maravillosas ([emoji key](https://github.com/kentcdodds
8786

8887
Este proyecto sigue la especificación [all-contributors](https://github.com/kentcdodds/all-contributors). ¡Todas las contribuciones son bienvenidas!
8988

90-
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).
89+
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 [Cursos 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: 17 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@
1010

1111
<h3>Start now: </h3>
1212
<a href="https://gitpod.io#https://github.com/4GeeksAcademy/html-forms-tutorial-exercises.git"><img src="https://gitpod.io/button/open-in-gitpod.svg" /></a>
13-
<!-- endhide -->
1413

1514
*Estas instrucciones [están disponibles en 🇪🇸 español](https://github.com/4GeeksAcademy/html-forms-tutorial-exercises/blob/master/README.es.md) :es:*
15+
<!-- endhide -->
1616

17-
Forms are so important in the world of HTML, CSS and Javascript that I decided to give them a special course to focus in all the inputs, buttons and elements that HTML brings by default to focus on interaction. During these exercises you will learn:
17+
Forms are so important in the world of HTML, CSS and JavaScript that I decided to give them a special course to focus in all the inputs, buttons and elements that HTML brings by default to focus on interaction. During these exercises you will learn:
1818

1919
1. Using text inputs, text areas, date inputs and numeric inputs.
2020

@@ -24,19 +24,18 @@ Forms are so important in the world of HTML, CSS and Javascript that I decided t
2424

2525
4. GET vs POST.
2626

27-
5. Styling a form
27+
5. Styling a form.
2828

2929
<!-- hide -->
3030
#### Before we start... other related tutorials
31+
3132
<ol>
3233
<li><a href="https://github.com/4GeeksAcademy/html-tutorial-exercises-course">Learn HTML</a></li>
33-
<li><a href="https://github.com/4GeeksAcademy/html-forms-tutorial-exercises">Learn HTML5 Forms</a>← your are here now</li>
34+
<li><a href="https://github.com/4GeeksAcademy/html-forms-tutorial-exercises">Learn HTML5 Forms</a>← 🔥 You are here now</li>
3435
<li><a href="https://github.com/4GeeksAcademy/css-tutorial-exercises-course">Learn CSS</a></li>
36+
<li><a href="https://github.com/4GeeksAcademy/css-layouts-tutorial-exercises">Learn CSS Layouts</a></li>
3537
<li><a href="https://github.com/4GeeksAcademy/bootstrap-exercises-tutorial">Learn Bootstrap</a></li>
3638
</ol>
37-
<p align="center">
38-
<img src="https://github.com/4GeeksAcademy/html-forms-tutorial-exercises/blob/master/.learn/assets/animation.gif?raw=true">
39-
</p>
4039

4140
## One click installation (recommended):
4241

@@ -46,39 +45,39 @@ You can open these exercises in just a few seconds by clicking: [Open in Codespa
4645
4746
## Local installation
4847

49-
1. Install learnpack, the package manager for learning tutorials and the html compiler plugin for learnpack, make sure you also have node.js 14+:
48+
1. Install LearnPack, the package manager for learning tutorials and the HTML compiler plugin for LearnPack, make sure you also have node.js 14+:
5049

51-
```
50+
```bash
5251
$ npm i learnpack -g
5352
$ learnpack plugins:install learnpack-html
5453
```
5554

56-
2. Download this particular exercises using learnpack and `cd` into the folder:
55+
2. Download these particular exercises using LearnPack and `cd` into the folder:
5756

58-
```
57+
```bash
5958
$ learnpack download html-forms-tutorial-exercises
6059
$ cd html-forms-tutorial-exercises
6160
```
6261

63-
> Note: Once you finish downloading, you will find a "exercises" folder that contains all the exercises within.
62+
> Note: Once you finish downloading, you will find an "exercises" folder that contains all the exercises within.
6463
65-
3. Start the tutorial/exercises by running the following command at the same level were your bc.json file is:
64+
3. Start the tutorial/exercises by running the following command at the same level where your learn.json file is:
6665

67-
```sh
66+
```bash
6867
6968
$ learnpack start
7069
```
7170
<!-- endhide -->
7271

73-
## How are the React Tutorial Exercises organized?
72+
## How are the exercises organized?
7473

75-
Each exercise is a small react application containing the following files:
74+
Each exercise is a small React application containing the following files:
7675

7776
1. **index.js:** represents the entry file for the entire exercise.
7877
2. **README.md:** contains exercise instructions.
7978
3. **test.js:** you don't have to open this file, it contains the testing script for the exercise.
8079

81-
> Note: The exercises have automatic grading, but it's very rigid and string, my recommendation is to ignore the tests and use them only as a recommendation, or you can get frustrated :(
80+
> Note: The exercises have automatic grading, but it's very rigid and strict, my recommendation is to not take the tests too serious and use them only as a suggestion, or you may get frustrated.
8281
8382
## Contributors
8483

@@ -89,4 +88,4 @@ Thanks goes to these wonderful people ([emoji key](https://github.com/kentcdodds
8988

9089
This project follows the [all-contributors](https://github.com/kentcdodds/all-contributors) specification. Contributions of any kind are welcome!
9190

92-
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).
91+
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)