generated from btholt/next-course-starter
-
Notifications
You must be signed in to change notification settings - Fork 7
/
course.json
30 lines (30 loc) · 1.02 KB
/
course.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
{
"author": {
"name": "Brian Holt",
"company": "Neon"
},
"title": "Complete Intro to React",
"subtitle": "v9",
"frontendMastersLink": "https://frontendmasters.com/courses/complete-react-v9/",
"social": {
"linkedin": "btholt",
"github": "btholt",
"twitter": "holtbt",
"bluesky": "brianholt.me"
},
"description": "Discover the Complete Intro to React, version 9, a comprehensive course designed by Brian Holt to take you from beginner to job-ready in React development. Learn essential React concepts, tools like Vite, JSX, and ecosystem integration at your own pace, with guidance on using GitHub for collaborative learning and support. Ideal for anyone looking to enhance their React skills, this course offers practical, real-world experience from a seasoned developer.",
"keywords": [
"Brian Holt",
"React",
"Meta",
"Facebook",
"tanstack",
"testing",
"web development",
"javascript",
"frontend",
"front end",
"testing"
],
"csvPath": "./out/lessons.csv"
}