-
Notifications
You must be signed in to change notification settings - Fork 1
/
data.json
executable file
·101 lines (101 loc) · 3.91 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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
{
"projects": [
{
"id": "creepin-on-colleagues",
"project_name": "Creepin' on Colleagues",
"description": "A dashboard that allows Treehouse students to view metrics about each others' progress through the the Treehouse curriculum.",
"technologies": [
"Node",
"Express"
],
"live_link": "http://creepin-on-colleagues.herokuapp.com/",
"github_link": "https://github.com/julianjohannesen/creepin-on-colleagues",
"image_urls": [
"/static/images/creepin550x550.png",
"/static/images/creepin1200x550.png"
]
},
{
"id": "rachael-for-malden",
"project_name": "Rachael for Malden",
"description": "The campaign website of Rachael Running, candidate for school committee.",
"technologies": [
"Gatsby",
"React",
"GraphQL"
],
"live_link": "https://www.rachaelformalden.com/",
"github_link": "https://github.com/julianjohannesen/rachael_running",
"image_urls": [
"/static/images/rachaelrunning550x550.png",
"/static/images/rachaelrunning1200x550.png"
]
},
{
"id": "flickr-pwa",
"project_name": "Flickr PWA",
"description": "A toy app demonstrating how to consume an API from within a React application.",
"technologies": [
"React",
"ES6",
"Fetch",
"REST"
],
"live_link": "https://flickr-pwa.herokuapp.com/",
"github_link": "https://github.com/TAP-Projects/flickr-pwa",
"image_urls": [
"/static/images/flickr-pwa550x550.png",
"/static/images/flickr-pwa1200x550.png"
]
},
{
"id": "phrase-hunter",
"project_name": "Phrase Hunter",
"description": "A DOM-based game similar to Wheel of Fortune in which the player tries to guess a phrase within a certain number of guesses.",
"technologies": [
"JavaScript",
"ES6 Classes",
"OOP Principles"
],
"live_link": "https://julianjohannesen.github.io/phrase-hunter/",
"github_link": "https://github.com/julianjohannesen/phrase-hunter",
"image_urls": [
"/static/images/phrase-hunter-game550x550.png",
"/static/images/phrase-hunter-game1200x550.png"
]
},
{
"id": "bars-of-davis",
"project_name": "Bars of Davis",
"description": "A toy app to demonstrate how to use the Google Maps in combination with FourSquare's REST API.",
"technologies": [
"React",
"REST",
"Google APIs"
],
"live_link": "https://julianjohannesen.github.io/bars-of-davis/",
"github_link": "https://github.com/julianjohannesen/bars-of-davis",
"image_urls": [
"/static/images/bars-of-davis550x550.png",
"/static/images/bars-of-davis1200x550.png"
]
},
{
"id": "bookybooks",
"project_name": "BookyBooks",
"description": "A toy app demonstrating how to use OAuth to access the Google Books API.",
"technologies": [
"React",
"REST",
"OAuth",
"Google APIs"
],
"live_link": "https://bookybooks.org/",
"github_link": "https://github.com/julianjohannesen/bookybooks",
"image_urls": [
"/static/images/bookybooks550x550.png",
"/static/images/bookybooks1200x550.png"
]
}
]
}