Skip to content
This repository was archived by the owner on Sep 1, 2022. It is now read-only.

Commit e93cc9a

Browse files
committed
update course description
1 parent 2bb9a92 commit e93cc9a

File tree

1 file changed

+8
-12
lines changed

1 file changed

+8
-12
lines changed

course-details.md

Lines changed: 8 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,32 +1,28 @@
1-
## Welcome to React!
1+
# Welcome to React
22

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.
44

55
So why did you decide to click and join this course? Ideally, you are a learner who:
66

77
- Understands HTML tags
88
- Understands classes and methods in JavaScript
99
- Understands Git and GitHub
1010

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.
1212

1313
So why do we learn React?
1414

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

1717
### What we will be building
1818

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.
2020

21-
You will be able to add assignments
21+
You will be able to add assignments:
2222
![Finished Assignments](https://user-images.githubusercontent.com/25253905/61293228-11f26580-a788-11e9-90ac-9612c2bddf6b.png)
2323

24-
You will be able to add students
24+
You will be able to add students:
2525
![Finished Students](https://user-images.githubusercontent.com/25253905/61293769-46b2ec80-a789-11e9-88b3-c660f436f5bf.png)
2626

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:
2928
![Finished Grades](https://user-images.githubusercontent.com/25253905/61295315-9810ab00-a78c-11e9-8bcb-f3e3bb87b2be.png)
30-
31-
### Steps
32-
Go ahead and join the course!

0 commit comments

Comments
 (0)