Skip to content

Commit 1612bd4

Browse files
committed
Added tech stack badges in the readme
1 parent d175ae0 commit 1612bd4

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

news-app/README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,13 @@
33
This is a React app which fetches the recent news from an api and renders it on the DOM without reloading the page.
44
I've used the concept of *Async functions* and *react hook usestate* also worked with *APIs*.
55

6+
7+
## 💻Tech Stack
8+
<br>
9+
10+
![HTML](https://img.shields.io/badge/html5%20-%23E34F26.svg?&style=for-the-badge&logo=html5&logoColor=white)
11+
![CSS](https://img.shields.io/badge/css3%20-%231572B6.svg?&style=for-the-badge&logo=css3&logoColor=white)
12+
![JS](https://img.shields.io/badge/javascript%20-%23323330.svg?&style=for-the-badge&logo=javascript&logoColor=%23F7DF1E)
13+
![REACT](https://img.shields.io/badge/react%20-%23323330.svg?&style=for-the-badge&logo=react&logoColor=%23F7DF1E)
14+
15+
<br>

0 commit comments

Comments
 (0)