|
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> |
2 | 2 |
|
3 |
| -Congratulations on taking some of your first steps into full stack development! |
| 3 | +<h1 align="center">Course: Introduction to React </h1> |
4 | 4 |
|
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). |
6 | 6 |
|
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) |
10 | 10 |
|
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. |
12 | 12 |
|
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). |
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 | +## Contribute |
16 | 16 |
|
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. |
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 | +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. |
20 | 20 |
|
21 |
| -You will be able to add assignments |
22 |
| - |
| 21 | +## License |
23 | 22 |
|
24 |
| -You will be able to add students |
25 |
| - |
| 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. |
26 | 24 |
|
27 |
| - |
28 |
| -You will be able to assign grades to those students for each assignment |
29 |
| - |
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