-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathlibs_index.json
More file actions
248 lines (248 loc) · 7.56 KB
/
libs_index.json
File metadata and controls
248 lines (248 loc) · 7.56 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
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
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
{
"doc_folder": "D:/Alusus/AI/repo/Examples/libs",
"WebPlatform": {
"doc_folder": "WebPlatform",
"docs": [
{
"id": 0,
"content": "how to import WebPlatform library?"
},
{
"id": 1,
"content": "how to write a uiEndpoint?"
},
{
"id": 2,
"content": "how to run the server?"
},
{
"id": 3,
"content": "how to show a simple text in the uiEndpoint?"
},
{
"id": 4,
"content": "how to receive input from the user and show it?"
},
{
"id": 5,
"content": "how to write a backend endpoint?"
},
{
"id": 6,
"content": "what are the events supported by a widget?"
},
{
"id": 7,
"content": "Widget class"
},
{
"id": 8,
"content": "Canvas"
},
{
"id": 9,
"content": "Image"
},
{
"id": 10,
"content": "Text"
},
{
"id": 11,
"content": "Button"
},
{
"id": 12,
"content": "what events are supported by Button?"
},
{
"id": 13,
"content": "TextInput"
},
{
"id": 14,
"content": "what events are supported by TextInput?"
},
{
"id": 15,
"content": "Input"
},
{
"id": 16,
"content": "what events are supported by Input?"
},
{
"id": 17,
"content": "Select"
},
{
"id": 18,
"content": "what events are supported by Select?"
},
{
"id": 19,
"content": "what methods are supported by Select?"
},
{
"id": 20,
"content": "Hyperlink"
},
{
"id": 21,
"content": "what methods are supported by Hyperlink?"
},
{
"id": 22,
"content": "DocView"
},
{
"id": 23,
"content": "what methods are supported by DocView?"
},
{
"id": 24,
"content": "Browser"
},
{
"id": 25,
"content": "what methods are supported by Browser?"
},
{
"id": 26,
"content": "what are components?"
},
{
"id": 27,
"content": "how to create a component?"
},
{
"id": 28,
"content": "how to write a backend endpoint to receive a messages from the user?"
},
{
"id": 29,
"content": "how to write a backend endpoint to send the messages to the user?"
},
{
"id": 30,
"content": "a beEndpoint for registering users, each user has a username, password, and age"
},
{
"id": 31,
"content": "a beEndpoint for user login, each user has a username, password, and age"
},
{
"id": 32,
"content": "a beEndpoint to delete a user, each user has a username, password, and age"
},
{
"id": 33,
"content": "a beEndpoint to create a post, each post has auto generated id, title, content, and image"
},
{
"id": 34,
"content": "a beEndpoint to get a post by id, each post has auto generated id, title, content, and image"
},
{
"id": 35,
"content": "a beEndpoint to get all posts, each post has auto generated id, title, content, and image"
},
{
"id": 36,
"content": "a beEndpoint to update a post, each post has auto generated id, title, content, and image"
},
{
"id": 37,
"content": "a beEndpoint to get all posts that contain a search query in their title, each post has auto generated id, title, content, and image"
},
{
"id": 38,
"content": "a page with post list, each post has auto generated id, title, content, and image"
},
{
"id": 39,
"content": "a login form with username and a password inputs"
},
{
"id": 40,
"content": "registeration form in which a user has username, password, and age"
},
{
"id": 41,
"content": "post creation form, each post has auto generated id, title, content, and image"
},
{
"id": 42,
"content": "a search bar to search the posts, each post has auto generated id, title, content, and image"
},
{
"id": 43,
"content": "create a grid layout with images inside each cell"
},
{
"id": 44,
"content": "a button that changes colors when the mouse hover over it"
},
{
"id": 45,
"content": "a card with css effects"
},
{
"id": 46,
"content": "navigation bar with some buttons that leads to some pages"
},
{
"id": 47,
"content": "a widget the shows the weather (temp, rain, other stats)"
},
{
"id": 48,
"content": "dark-light theme switcher using a button"
},
{
"id": 49,
"content": "tooltip to a text"
},
{
"id": 50,
"content": "Image carousel"
},
{
"id": 51,
"content": "sticky header"
},
{
"id": 52,
"content": "scroll to top button"
},
{
"id": 53,
"content": "Timer with alert on finish"
},
{
"id": 54,
"content": "Loading spinner"
},
{
"id": 55,
"content": "Neumorphism: Use soft shadows and highlights to create a modern, embossed look for elements"
},
{
"id": 56,
"content": "Hover Overlays: Add overlay effects to cards when users hover over them"
},
{
"id": 57,
"content": "a button with hyperlink"
},
{
"id": 58,
"content": "a select widget"
},
{
"id": 59,
"content": "text animation (gradually appearing)"
}
]
}
}