Skip to content

Commit

Permalink
chore: added new resources in React Js frontend (rupali-codes#711)
Browse files Browse the repository at this point in the history
* add 2 resources in react (frontend)

* Update database/frontend/react.json

Co-authored-by: Christine Belzie <105683440+CBID2@users.noreply.github.com>

* Update database/frontend/react.json

Co-authored-by: Christine Belzie <105683440+CBID2@users.noreply.github.com>

* Update react.json

* chore: remove language property

---------

Co-authored-by: Christine Belzie <105683440+CBID2@users.noreply.github.com>
Co-authored-by: Rupali Haldiya <78981177+rupali-codes@users.noreply.github.com>
  • Loading branch information
3 people authored May 28, 2023
1 parent 8776439 commit 00cc15a
Showing 1 changed file with 15 additions and 2 deletions.
17 changes: 15 additions & 2 deletions database/frontend/react.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,20 @@
"description":"Free online course for learning react js",
"url":"https://scrimba.com/learn/learnreact#",
"category":"frontend",
"subcategory":"react",
"language":"english"
"subcategory":"react"
},
{
"name":"React Tutorial for Beginners",
"description": "This tutorial is beginner-friendly, well-structured, hands-on, and helpful in understanding React",
"url":"https://www.youtube.com/watch?v=SqcY0GlETPk",
"category":"frontend",
"subcategory":"react"
},
{
"name":"React JS Official Documentation",
"description": "The go-to resource for React JS, offering comprehensive guides, tutorials, and API references to help you learn and master React development.",
"url":"https://react.dev/",
"category":"frontend",
"subcategory":"react"
}
]

0 comments on commit 00cc15a

Please sign in to comment.