You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 1, 2022. It is now read-only.
Copy file name to clipboardExpand all lines: config.yml
-1
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,4 @@
1
1
title: Introduction to React
2
-
tagline: Take your first steps in modern frontend development
3
2
description: In this course, you will learn the basics of React.js through building a gradebook web application to manage assignments, students, and grades.
Copy file name to clipboardExpand all lines: course-details.md
+34-9
Original file line number
Diff line number
Diff line change
@@ -12,17 +12,42 @@ If you understand the topics above, you can start learning modern frontend devel
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 won't be too difficult.
16
16
17
-
### What we will be building
18
17
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.
- Completing the [Introduction to GitHub Learning Lab](https://lab.github.com/githubtraining/introduction-to-github) with the option for working locally in the command line.
45
+
- Completing the [Introduction to HTML Learning Lab](https://lab.github.com/githubtraining/introduction-to-html/)
46
+
47
+
48
+
## Projects used
49
+
- This course uses [node.js](https://nodejs.org/en/download/) We'll install this as part of the first step in the course.
50
+
51
+
## Audience
52
+
53
+
New developers, new GitHub users, users new to Git, students, teams
0 commit comments