-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstaticdata.json
More file actions
41 lines (40 loc) · 1.04 KB
/
Copy pathstaticdata.json
File metadata and controls
41 lines (40 loc) · 1.04 KB
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
31
32
33
34
35
36
37
38
39
40
41
{
"cells": [
{
"title": "Intro to React",
"image": "https://cl.ly/bcc703040309"
},
{
"title": "Basic Styling in CSS",
"image": "https://cl.ly/bcc703040309"
},
{
"title": "Adaptive Layout with CSS grid",
"image": "https://cl.ly/bcc703040309"
},
{
"title": "Interactions and Animations",
"image": "https://cl.ly/bcc703040309"
},
{
"title": "SVG Animation",
"image": "https://cl.ly/bcc703040309"
},
{
"title": "Components and Props",
"image": "https://cl.ly/bcc703040309"
},
{
"title": "States and Events",
"image": "https://cl.ly/bcc703040309"
},
{
"title": "Styled Components",
"image": "https://cl.ly/bcc703040309"
},
{
"title": "Static Data with JSON",
"image": "https://cl.ly/bcc703040309"
}
]
}