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

Commit 94a974b

Browse files
authored
Create OSS README
1 parent 2143f9b commit 94a974b

File tree

1 file changed

+14
-21
lines changed

1 file changed

+14
-21
lines changed

README.md

Lines changed: 14 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,32 +1,25 @@
1-
## Welcome to React!
1+
<p align="center"><a href="https://lab.github.com/"><img alt="Learning Lab bot" src="https://user-images.githubusercontent.com/16547949/62085817-83232580-b22a-11e9-8693-7c54205b04e5.png"></a></p>
22

3-
Congratulations on taking some of your first steps into full stack development!
3+
<h1 align="center">Course: Introduction to React </h1>
44

5-
So why did you decide to click and join this course? Ideally, you are a learner who:
5+
This repository powers the Learning Lab course [_Introduction to React_](https://lab.github.com/githubtraining/introduction-to-react).
66

7-
- Understands HTML tags
8-
- Understands classes and methods in Javascript
9-
- Understands git and GitHub
7+
Every Learning Lab course is made up of:
8+
- a [course repository](https://github.com/githubtraining/react-course), and
9+
- a [template repository](https://github.com/githubtraining/react-template)
1010

11-
If you understand the topics above, you can start learning modern frontend development with React!
11+
The course repository is written in YAML and Markdown. The template repository could be written in any language that supports the learning objectives.
1212

13-
So why do we learn React?
13+
For more information on the goals of this course, check out the [`course-details.md`](course-details.md).
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+
## Contribute
1616

17-
### What we will be building
17+
See something we could improve? Check out the contributing guide in the [community contributors repository](https://github.com/githubtraining/community-contributors/blob/master/CONTRIBUTING.md) for more information on the types of contributions we :heart: and instructions.
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+
We :heart: our community and take great care to ensure it is fun, safe and rewarding. Please review our [Code of Conduct](https://github.com/githubtraining/community-contributors/blob/master/CODE_OF_CONDUCT.md) for community expectations and guidelines for reporting concerns.
2020

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

24-
You will be able to add students
25-
![Finished Students](https://user-images.githubusercontent.com/25253905/61293769-46b2ec80-a789-11e9-88b3-c660f436f5bf.png)
23+
All Learning Lab course repositories are licensed under [CC-BY-4.0](../LICENSE) (c) 2019 GitHub, Inc. The template repositories associated with each course may have different licenses.
2624

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!
25+
When using the GitHub logos, be sure to follow the [GitHub logo guidelines](https://github.com/logos)

0 commit comments

Comments
 (0)