-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathdata.json
47 lines (47 loc) · 1.36 KB
/
data.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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
[
{
"day": 1,
"image_url": "/img/password.png",
"title": "Password Generator",
"description": "Use our random password generator to create strong passwords for all your online accounts.",
"tags": ["clipboard", "secure"],
"theme": "yellow",
"slug": "password-generator"
},
{
"day": 2,
"image_url": "/img/chrome.png",
"title": "Chrome Extension",
"description": "Learn to use built in fetch API to interact other APIs from your app.",
"tags": ["chrome", "breaking bad"],
"theme": "green",
"slug": "chrome-extension"
},
{
"day": 3,
"image_url": "/img/apple-watch.png",
"title": "Smartwatch",
"description": "A smartwatch showing date and time with rotating animation.",
"tags": ["luxon"],
"theme": "messenger",
"slug": "smartwatch-js"
},
{
"day": 15,
"image_url": "/img/tic-tac-toe.png",
"title": "Tic Tac Toe",
"description": "A paper-and-pencil Os and Xs game for two players.",
"tags": ["Game"],
"theme": "teal",
"slug": "tic-tac-toe"
},
{
"day": 23,
"image_url": "/img/test-account.png",
"title": "Avatar Generator",
"description": "A stupid SVG based avatar generator that generates infinite combination of avatars.",
"tags": ["Tools"],
"theme": "indigo",
"slug": "avatar-generator"
}
]