-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgallery.json
32 lines (32 loc) · 1.21 KB
/
gallery.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
[
{
"title": "Applet 1 - Basic Events",
"description": "This application contains the basic implementation of DOM events.",
"link": "L06-AppletGallery/L06_Applet1.html"
},
{
"title": "Applet 2 - Leaflet Map",
"description": "This application contains the basic web map.",
"link": "L07-LeafletMap/L07_Applet2"
},
{
"title": "Applet 3 - Event Logger",
"description": "This application contains the logs with the date and total number of logs.",
"link": "L08-EventLogger/L08_Applet3.html"
},
{
"title": "Applet 4 - Dynamic Elements",
"description": "This application applies dynamic elements such as rendering DOM elements from a list.",
"link": "L09-DynamicElements/L09_Applet4.html"
},
{
"title": "Applet 5 - Open Weather",
"description": "This application is the basic usage of the Openweather API",
"link": "L011-OpenWeather/L011_Applet5.html"
},
{
"title": "Applet 6 - Todo List",
"description": "A to-do list is a tool that helps individuals manage tasks by allowing them to add, edit, and remove items.",
"link": "L12-TodoList/L12_Applet6.html"
}
]