-
Notifications
You must be signed in to change notification settings - Fork 0
/
data.json
83 lines (76 loc) · 3.15 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
{
"projects" : [
{
"id": 0,
"project_name": "Random Quote Generator",
"description":"An application that displays a different, randomly selected Quotes ",
"technologies":["HTML","CSS","JAVASCRIPT"],
"live_link":" https://weston2000.github.io/Random-Quote-Generator/",
"github_link":"https://github.com/WeStOn2000/Random-Quote-Generator",
"image_urls": [
"/static/img/quote-1.png",
"/static/img/quote-2.png"
]
},
{
"id": 1,
"project_name":"Data Pagination and Filtering " ,
"description":"Data pagination and filtering are techniques used to enhance user experience by managing the display of large datasets on web pages.",
"technologies":["CSS","JAVASCRIPT","HTML"],
"live_link":" https://weston2000.github.io/PAGINATION/",
"github_link":"https://github.com/WeStOn2000/PAGINATION",
"image_urls":[
"/static/img/pagination-1.png",
"/static/img/pagination-2.png"
]
},
{
"id": 2,
"project_name":"Interactive Form",
"description":"This JavaScript code enhances the functionality of a registration form for a conference. ",
"technologies":["HTML","CSS","JAVASCRIPT"],
"live_link":"https://weston2000.github.io/A-registration-Form/",
"github_link":"https://github.com/WeStOn2000/A-registration-Form",
"image_urls":[
"/static/img/form-1.png",
"/static/img/form-2.png"
]
},
{
"id": 3,
"project_name": "OOP Game Show App",
"description": " This game challenges players to guess a hidden phrase by selecting letters from an onscreen keyboard or using their physical keyboard.",
"technologies":["JAVASCRIPT","CSS","HTML"],
"live_link":"https://weston2000.github.io/OOP-GAME-SHOW-APP/",
"github_link":"https://github.com/WeStOn2000/OOP-GAME-SHOW-APP",
"image_urls":[
"/static/img/Phrase-1.png",
"/static/img/phrase-2.png"
]
},
{
"id":4,
"project_name": "Public API Requests ",
"description":"This application displays a gallery of employee profiles fetched from the Random User Generator API.",
"technologies":["CSS","HTML","JAVASCRIPT"],
"live_link":"https://weston2000.github.io/Public-Api-Request/",
"github_link":"https://github.com/WeStOn2000/Public-Api-Request",
"image_urls":[
"/static/img/api-1.png",
"/static/img/api-2.png"
]
},
{
"id":5,
"project_name": "OOP-BREAK-OUT-GAME",
"description":"I developed a classic Breakout game using Phaser as the game engine, leveraging its robust physics system to create an engaging gaming experience. ",
"technologies":["HTML","JAVASCRIPT"],
"live_link":" https://weston2000.github.io/OOP-BREAK-OUT-GAME/",
"github_link":"https://github.com/WeStOn2000/OOP-BREAK-OUT-GAME/tree/main/OOP-BREAK-BRICK-GAME/game-development-with-phaser",
"image_urls":[
"/static/img/break-1.png",
"/static/img/break-2.png"
]
}
]
}