|
1 |
| -# Welcome to Learn React App! |
| 1 | +<div style="text-align:center"> |
| 2 | + <h1>Welcome to Learn React App!</h1> |
| 3 | + |
| 4 | +<!-- prettier-ignore-start --> |
| 5 | +[![MIT License][license-badge]][license] |
| 6 | +[![Last commit][github-last-commit-badge]][github-commit] |
| 7 | + |
| 8 | +[![Github Contributors][github-contributors-badge]][github-contributors] |
| 9 | +[![Watch on GitHub][github-watch-badge]][github-watch] |
| 10 | +[![Star on GitHub][github-star-badge]][github-star] |
| 11 | +<!-- prettier-ignore-end --> |
| 12 | +</div> |
| 13 | + |
| 14 | +<hr/> |
2 | 15 |
|
3 | 16 | The goal of this tutorial is to quickly get you off the ground with `React` concepts. This tutorial has hands-on exercises which I consider to be the most important part of this tutorial.
|
4 | 17 |
|
@@ -105,3 +118,18 @@ Most comments in the exercise files start with one of the below signs. This is t
|
105 | 118 | ## Contribution
|
106 | 119 |
|
107 | 120 | If you went through the exercise and saw some inconsistencies or if you have an idea to make the overall tutorial better please feel free to open a PR.
|
| 121 | + |
| 122 | + |
| 123 | +<!--LINKS --> |
| 124 | +<!-- prettier-ignore-start --> |
| 125 | +[license-badge]: https://img.shields.io/github/license/tyroprogrammer/learn-react-app.svg?style=flat |
| 126 | +[license]: https://github.com/tyroprogrammer/learn-react-app/blob/master/LICENSE |
| 127 | +[github-watch-badge]: https://img.shields.io/github/watchers/tyroprogrammer/learn-react-app.svg?style=social |
| 128 | +[github-watch]: https://github.com/tyroprogrammer/learn-react-app/watchers |
| 129 | +[github-star-badge]: https://img.shields.io/github/stars/tyroprogrammer/learn-react-app.svg?style=social |
| 130 | +[github-star]: https://github.com/tyroprogrammer/learn-react-app/stargazers |
| 131 | +[github-last-commit-badge]: https://img.shields.io/github/last-commit/tyroprogrammer/learn-react-app.svg?style=flat |
| 132 | +[github-commit]: https://github.com/tyroprogrammer/learn-react-app/commits/master |
| 133 | +[github-contributors-badge]: https://img.shields.io/github/contributors/tyroprogrammer/learn-react-app.svg?style=social |
| 134 | +[github-contributors]: https://github.com/tyroprogrammer/learn-react-app/graphs/contributors |
| 135 | +<!-- prettier-ignore-end --> |
0 commit comments