Skip to content

Commit 39d0881

Browse files
authored
Update README.md
1 parent f3e6253 commit 39d0881

File tree

1 file changed

+13
-18
lines changed

1 file changed

+13
-18
lines changed

README.md

Lines changed: 13 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -14,39 +14,34 @@
1414

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

17-
These exercises can be done by both junior and senior developers and are intended to be built by collaboration, we need your help!
17+
These exercises can be done by both junior and senior developers and are intended to be built through collaboration. We need your help!
1818

19-
If you find any bugs or spelling issues, please contribute and report them and we will correct them.
20-
21-
<p align="center">
22-
<img src="https://raw.githubusercontent.com/4GeeksAcademy/react-tutorial-exercises/master/preview.gif">
23-
</p>
19+
If you find any bugs or spelling issues, please contribute and report them, and we will correct them.
2420

2521
<!-- hide -->
26-
2722
## One click installation (recommended):
2823

2924
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).
3025

31-
> 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`
26+
> 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`
3227
3328
## Local installation:
3429

3530
Clone the repository in your local environment and follow the steps below:
3631

37-
1. Make sure you have the [learnpack-cli](https://github.com/learnpack/learnpack-cli) installed and `node.js` version 14+. This is the command to install the learnpack-cli
32+
1. Make sure you have the [learnpack-cli](https://github.com/learnpack/learnpack-cli) installed and `node.js` version 14+. This is the command to install the learnpack-cli:
3833

39-
```sh
34+
```bash
4035
$ npm i learnpack -g
4136
```
4237

43-
2. Download the react exercises by **cloning** the project or downloading the zip from github.
38+
2. Download the React exercises by **cloning** the project or downloading the zip from GitHub.
4439

45-
> Note: Once you finish downloading, make sure you are in the right folder (you will find a the subdirectory "exercises").
40+
> Note: Once you finish downloading, make sure you are in the right folder (you will find the subdirectory "exercises").
4641
4742
3) Start the tutorial/exercises by running the following command from the root of the project:
4843

49-
```sh
44+
```bash
5045
$ npm i jest@24.8.0 -g
5146
$ learnpack plugins:install learnpack-react
5247
$ learnpack start
@@ -56,23 +51,23 @@ $ learnpack start
5651

5752
## How are the exercises organized?
5853

59-
Each exercise is a small react application containing the following files:
54+
Each exercise is a small React application containing the following files:
6055

6156
1. **app.js:** represents the entry file for the exercise.
6257
2. **README.md:** contains exercise instructions.
6358
3. **test.js:** you don't have to open this file, it contains the testing script for the exercise.
6459

65-
> 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.
60+
> 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.
6661
6762
## Contributors
6863

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

71-
1. [Alejandro Sanchez (alesanchezr)](https://github.com/alesanchezr), contribution: (coder) 💻 (idea) 🤔, (build-tests) ⚠️ , (pull-request-review) 👀 (build-tutorial) ✅ (documentation) 📖
66+
1. [Alejandro Sanchez (alesanchezr)](https://github.com/alesanchezr), contribution: (coder) 💻, (idea) 🤔, (build-tests) ⚠️, (pull-request-review) 👀, (build-tutorial) ✅, (documentation) 📖
7267

73-
2. [Paolo (plucodev)](https://github.com/plucodev), contribution: (bug reports) 🐛, contribution: (coder), (translation) 🌎
68+
2. [Paolo (plucodev)](https://github.com/plucodev), contribution: (bug reports) 🐛, (coder) 💻, (translation) 🌎
7469

75-
3. [Marco Gómez (marcogonzalo)](https://github.com/marcogonzalo), contribution: (bug reports) :🐛, (translation) 🌎
70+
3. [Marco Gómez (marcogonzalo)](https://github.com/marcogonzalo), contribution: (bug reports) 🐛, (translation) 🌎
7671

7772

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

0 commit comments

Comments
 (0)