-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathbookmarks.json
54 lines (54 loc) · 1.65 KB
/
bookmarks.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
48
49
50
51
52
53
54
{
"links": [
{
"url": "https://meshgradient.com/",
"title": "Mesh",
"comment": "A simple way to create beautiful, unique gradients using shaders"
},
{
"url": "https://www.gbstudio.dev/",
"title": "GB Studio",
"comment": "A free and easy to use retro adventure game creator for your favourite handheld video game system"
},
{
"url": "https://flexboxfroggy.com",
"title": "Flexbox Froggy",
"comment": "A game for learning CSS flexbox"
},
{
"url": "https://cssgridgarden.com/",
"title": "Grid Garden",
"comment": "A game for learning CSS grid layout"
},
{
"url": "https://dbdiagram.io/",
"title": "dbdiagram.io",
"comment": "A free, simple tool to draw ER diagrams by just writing code"
},
{
"url": "https://workingcopyapp.com/",
"title": "Working Copy",
"comment": "the powerful Git client for iOS that clones, edits, commits, pushes & more"
},
{
"url": "https://sheet.best",
"title": "Sheet.Best",
"comment": "Convert your Google SpreadSheets into APIs"
},
{
"url": "https://ohshitgit.com/",
"title": "Oh shit, git!",
"comment": "So here are some bad situations I've gotten myself into, and how I eventually got myself out of them in plain english"
},
{
"url": "https://egghead.io/",
"title": "egghead.io",
"comment": "Learn the best JavaScript tools and frameworks from industry pros"
},
{
"url": "https://github.com/rehooks/awesome-react-hooks",
"title": "awesome-react-hooks",
"comment": "Awesome React Hooks Resources"
}
]
}