Skip to content

Commit 8429b09

Browse files
committedFeb 17, 2019
Add badges
1 parent 8c4b81e commit 8429b09

File tree

1 file changed

+29
-1
lines changed

1 file changed

+29
-1
lines changed
 

‎README.md

+29-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,17 @@
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/>
215

316
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.
417

@@ -105,3 +118,18 @@ Most comments in the exercise files start with one of the below signs. This is t
105118
## Contribution
106119

107120
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

Comments
 (0)
Failed to load comments.