|
1 |
| -## Welcome to React! |
| 1 | +# Welcome to React |
2 | 2 |
|
3 |
| -Congratulations on taking some of your first steps into full stack development! |
| 3 | +Congratulations on taking some of your first steps into full stack development. |
4 | 4 |
|
5 | 5 | So why did you decide to click and join this course? Ideally, you are a learner who:
|
6 | 6 |
|
7 | 7 | - Understands HTML tags
|
8 | 8 | - Understands classes and methods in JavaScript
|
9 | 9 | - Understands Git and GitHub
|
10 | 10 |
|
11 |
| -If you understand the topics above, you can start learning modern frontend development with React! |
| 11 | +If you understand the topics above, you can start learning modern frontend development with React. |
12 | 12 |
|
13 | 13 | So why do we learn React?
|
14 | 14 |
|
15 |
| -React has growing popularity in the tech industry because of its simplicity. With a simple knowledge of HTML and Javascript, picking up React shouldn't be too bad. |
| 15 | +React has growing popularity in the tech industry because of its simplicity. With a simple knowledge of HTML and JavaScript, picking up React shouldn't be too bad. |
16 | 16 |
|
17 | 17 | ### What we will be building
|
18 | 18 |
|
19 |
| -So what are we going to be building today? We are going to build a gradebook for teachers! Take a look at [our solution](https://githubtraining.github.io/react-solution/). Here's what the finished app looks like. |
| 19 | +So what are we going to be building today? We are going to build a gradebook for teachers! Take a look at [our solution](https://githubtraining.github.io/react-solution/) to see how the finished app looks. |
20 | 20 |
|
21 |
| -You will be able to add assignments |
| 21 | +You will be able to add assignments: |
22 | 22 | 
|
23 | 23 |
|
24 |
| -You will be able to add students |
| 24 | +You will be able to add students: |
25 | 25 | 
|
26 | 26 |
|
27 |
| - |
28 |
| -You will be able to assign grades to those students for each assignment |
| 27 | +You will be able to assign grades to those students for each assignment: |
29 | 28 | 
|
30 |
| - |
31 |
| -### Steps |
32 |
| -Go ahead and join the course! |
0 commit comments