-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdata.json
More file actions
49 lines (49 loc) · 2.92 KB
/
Copy pathdata.json
File metadata and controls
49 lines (49 loc) · 2.92 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
42
43
44
45
46
47
48
49
{
"projects": [
{
"id": "0",
"project_name": "Employee Directory",
"description": "The Employee Directory project is a project that showcases how to use APIs to pull and manipulate data using vanilla javascript",
"technologies": ["Vanilla JavaScript", "HTML/CSS"],
"live_link": "https://valentinaperic.github.io/employee-directory/",
"github_link": "https://github.com/valentinaperic/employee-directory",
"image_urls": ["/static/images/employee-directory.png", "/static/images/employee-directory-modal.png"]
},
{
"id": "1",
"project_name": "Phrase Game",
"description": "The Phrase Game project is a project that showcases object oriented skills in JavaScript!",
"technologies": ["Vanilla JavaScript", "HTML/CSS"],
"live_link": "https://valentinaperic.github.io/phrase-guess-game/",
"github_link": "https://github.com/valentinaperic/phrase-guess-game",
"image_urls": ["/static/images/phrase-game-start.png", "/static/images/phrase-game-gameplay.png", "/static/images/phrase-game-win.png"]
},
{
"id": "2",
"project_name": "Full Stack Conf Registration",
"description": "The Full Stack Conf Registration project is a project that explores the use of only vanilla javascript (ES6). It is a registration page that handles all user interactions by manipulating the DOM with javascript.",
"technologies": ["Vanilla JavaScript", "HTML/CSS"],
"live_link": "https://valentinaperic.github.io/full-stack-conf-registration/",
"github_link": "https://github.com/valentinaperic/full-stack-conf-registration",
"image_urls": ["/static/images/full-stack-conf.png", "/static/images/full-stack-conf-register.png", "/static/images/full-stack-conf-error.png"]
},
{
"id": "3",
"project_name": "List Pagination",
"description": "The List Pagination project is a project that explores the use of only vanilla javascript. It is a page that displays students and their info based on the current page number selected.",
"technologies": ["Vanilla JavaScript", "HTML/CSS"],
"live_link": "https://valentinaperic.github.io/list-pagination/",
"github_link": "https://github.com/valentinaperic/list-pagination",
"image_urls": ["/static/images/list-pagination.png", "/static/images/list-pagination-bottom.png"]
},
{
"id": "4",
"project_name": "Random Quote Generator",
"description": "The Random Quote Generator project displays a random quote at the press of a button or when you let some time pass.",
"technologies": ["Vanilla JavaScript", "HTML/CSS"],
"live_link": "https://valentinaperic.github.io/random-quotes/",
"github_link": "https://github.com/valentinaperic/random-quotes",
"image_urls": ["/static/images/quote-one.png", "/static/images/quote-two.png"]
}
]
}