-
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.68 KB
/
data.json
File metadata and controls
49 lines (49 loc) · 2.68 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": "Random Quote Generator",
"description": "It is an app that generates a random quote each time the user click the button",
"tecnologies": ["HTML", "CSS", "Javascript"],
"live_link": "https://yazid113.github.io/Random-Quote-Generator/",
"github_link":"https://github.com/yazid113/Random-Quote-Generator",
"images_url":["/static/images/randomQuote1.PNG", "/static/images/randomQuote2.PNG", "/static/images/randomQuote3.PNG"]
},
{
"id": 1,
"project_name": "Data Pagination",
"description": "Create a web app that will display a number of people with there information and showing the data on each page the user select",
"tecnologies": ["HTML", "CSS", "Javascript"],
"live_link": "https://yazid113.github.io/Techdegree_Project_Unit2/",
"github_link":"https://github.com/yazid113/Techdegree_Project_Unit2",
"images_url":["/static/images/pagination1.PNG", "/static/images/pagination2.PNG", "/static/images/pagination3.PNG"]
},
{
"id": 2,
"project_name": "Interactive Form",
"description": "Desing a interactive form for a javascript forum with accesability and validation",
"tecnologies": ["HTML", "CSS", "Javascript", "jquery"],
"live_link": "https://yazid113.github.io/Techdegree_Project_Unit3/",
"github_link":"https://github.com/yazid113/Techdegree_Project_Unit3",
"images_url":["/static/images/javascriptForm1.PNG", "/static/images/javascriptForm2.PNG", "/static/images/javascriptForm4.PNG"]
},
{
"id": 3,
"project_name": "OOP Game Show App",
"description": "A game in which thhe player have to guess the phrase on display before lives run out",
"tecnologies": ["HTML", "CSS", "Javascript"],
"live_link": "https://yazid113.github.io/OOP-Game-Show-App/",
"github_link":"https://github.com/yazid113/OOP-Game-Show-App",
"images_url":["/static/images/phraseHunter1.PNG", "/static/images/phraseHunter2.PNG", "/static/images/phraseHunter3.PNG"]
},
{
"id": 4,
"project_name": "Public API Requests",
"description": "When the page is load it will do a fetch on a API and bring the infomration of 12 people. Clicking on each of the person window will display a modal with more information.",
"tecnologies": ["HTML", "CSS", "Javascript"],
"live_link": "https://yazid113.github.io/Techdegree_Project_Unit5/",
"github_link":"https://github.com/yazid113/Techdegree_Project_Unit5",
"images_url":["/static/images/fetchAPI1.PNG", "/static/images/fetchAPI2.PNG", "/static/images/modal.PNG"]
}
]
}