-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathreact.json
More file actions
17 lines (17 loc) · 752 Bytes
/
react.json
File metadata and controls
17 lines (17 loc) · 752 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
"tech": "React",
"emoji": "âš›ï¸",
"tagline": "Build powerful UIs with components",
"description": "React is a JavaScript library for building user interfaces using reusable components and a virtual DOM.",
"category": "Frontend",
"level": "Intermediate",
"videoUrl": "https://www.youtube.com/watch?v=SqcY0GlETPk",
"videoTitle": "React Course - Beginner\u0027s Tutorial (freeCodeCamp)",
"nextSteps": [
"Learn JSX and props",
"Understand useState and useEffect",
"Build a CRUD app with React"
],
"videoEmbedUrl": "https://www.youtube.com/embed/SqcY0GlETPk",
"videoId": "SqcY0GlETPk"
}