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

Commit b37b8b3

Browse files
authored
Move content from README to course-details
1 parent d0ea9bb commit b37b8b3

File tree

1 file changed

+32
-0
lines changed

1 file changed

+32
-0
lines changed

course-details.md

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
## Welcome to React!
2+
3+
Congratulations on taking some of your first steps into full stack development!
4+
5+
So why did you decide to click and join this course? Ideally, you are a learner who:
6+
7+
- Understands HTML tags
8+
- Understands classes and methods in Javascript
9+
- Understands git and GitHub
10+
11+
If you understand the topics above, you can start learning modern frontend development with React!
12+
13+
So why do we learn React?
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.
16+
17+
### What we will be building
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.
20+
21+
You will be able to add assignments
22+
![Finished Assignments](https://user-images.githubusercontent.com/25253905/61293228-11f26580-a788-11e9-90ac-9612c2bddf6b.png)
23+
24+
You will be able to add students
25+
![Finished Students](https://user-images.githubusercontent.com/25253905/61293769-46b2ec80-a789-11e9-88b3-c660f436f5bf.png)
26+
27+
28+
You will be able to assign grades to those students for each assignment
29+
![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)