-
Notifications
You must be signed in to change notification settings - Fork 0
/
data.json
74 lines (74 loc) · 3.17 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
{
"projects": [
{
"id": 0,
"project_name": "Random quote generator",
"description": "An application that provides random quotes and random colored backgrounds",
"technologies": ["Javascript", "HTML", "CSS"],
"live_link": "https://dpdiliberto.github.io/treehouse-unit-1/",
"github_link": "https://github.com/dpdiliberto/treehouse-unit-1",
"image_urls":
[
"/static/images/random-quote-1.png",
"/static/images/random-quote-2.png",
"/static/images/random-quote-3.png"
]
},
{
"id": 1,
"project_name": "Data Pagination and Filtering",
"description": "A student directory featuring pagination and search functionality",
"technologies": ["Javascript", "HTML", "CSS"],
"live_link": "https://dpdiliberto.github.io/treehouse-unit-2/",
"github_link": "https://github.com/dpdiliberto/treehouse-unit-2",
"image_urls":
[
"/static/images/student-directory-1.png",
"/static/images/student-directory-2.png",
"/static/images/student-directory-3.png"
]
},
{
"id": 2,
"project_name": "Interactive Form",
"description": "An interactive form that can be used to sign up for JavaScript conference events",
"technologies": ["Javascript", "HTML", "CSS"],
"live_link": "https://dpdiliberto.github.io/treehouse-unit-3/",
"github_link": "https://github.com/dpdiliberto/treehouse-unit-3",
"image_urls":
[
"/static/images/form-1.png",
"/static/images/form-2.png",
"/static/images/form-3.png"
]
},
{
"id": 3,
"project_name": "Phrase Hunter Word Game",
"description": "A phrase guessing game built with object oriented programming",
"technologies": ["Javascript", "HTML", "CSS"],
"live_link": "https://dpdiliberto.github.io/treehouse-unit-4/",
"github_link": "https://github.com/dpdiliberto/treehouse-unit-4",
"image_urls":
[
"/static/images/game-1.png",
"/static/images/game-2.png",
"/static/images/game-3.png"
]
},
{
"id": 4,
"project_name": "Employee Directory",
"description": "An employee directory built using Fetch to pull random data from a public API",
"technologies": ["Javascript", "Fetch API", "HTML", "CSS"],
"live_link": "https://dpdiliberto.github.io/treehouse-unit-5/",
"github_link": "https://github.com/dpdiliberto/treehouse-unit-5",
"image_urls":
[
"/static/images/employee-directory-1.png",
"/static/images/employee-directory-2.png",
"/static/images/employee-directory-3.png"
]
}
]
}