-
Notifications
You must be signed in to change notification settings - Fork 903
/
Copy pathjsonresponse.js
386 lines (384 loc) · 11.1 KB
/
jsonresponse.js
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
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
const jsonresponse = [
{
"name": "2048Game",
"description": "A JavaScript implementation of the popular 2048 puzzle game."
},
{
"name": "3DAnimationCard",
"description": "A mini-project showcasing a 3D animated card using JavaScript."
},
{
"name": "3DPorffolio",
"description": "A 3D portfolio showcasing mini-projects using JavaScript."
},
{
"name": "AIAssistant",
"description": "An AI-powered assistant created with JavaScript for various tasks."
},
{
"name": "AdminDashBoard",
"description": "A dashboard interface for administrators to manage data or applications."
},
{
"name": "AnnoyingButtonGame",
"description": "A simple and fun game where you click an annoying button."
},
{
"name": "AvatarGenerator",
"description": "A tool to generate avatars using JavaScript."
},
{
"name": "BMICalculator",
"description": "A simple BMI (Body Mass Index) calculator."
},
{
"name": "BackgroundGenerator",
"description": "A tool to generate background gradients for web pages."
},
{
"name": "BallColoron",
"description": "A JavaScript mini-project involving colorful balls."
},
{
"name": "BalloonPoppingGame",
"description": "A game where you pop balloons using JavaScript."
},
{
"name": "BinaryVisualiser",
"description": "A tool to visualize binary data."
},
{
"name": "Blobmaker",
"description": "A tool to generate blob shapes using JavaScript."
},
{
"name": "BlockGame",
"description": "A simple block game created with JavaScript."
},
{
"name": "BubbleGame",
"description": "A game involving bubbles, created using JavaScript."
},
{
"name": "Calculator",
"description": "A basic calculator application implemented in JavaScript."
},
{
"name": "CandyCrushGame",
"description": "A JavaScript implementation of the popular Candy Crush game."
},
{
"name": "CardFlipGame",
"description": "A card-flipping game implemented with JavaScript."
},
{
"name": "Cardtrick",
"description": "A JavaScript mini-project involving card tricks."
},
{
"name": "ChatApp",
"description": "A chat application created with JavaScript."
},
{
"name": "ClimbingGame",
"description": "A game where you control a character climbing obstacles."
},
{
"name": "Clock",
"description": "A digital clock implemented with JavaScript."
},
{
"name": "ColorGames",
"description": "A collection of JavaScript mini-projects related to colors and games."
},
{
"name": "CountDownTimer",
"description": "A JavaScript mini-project for creating countdown timers."
},
{
"name": "Covid19Tracker",
"description": "A JavaScript application to track COVID-19 statistics."
},
{
"name": "CropImage",
"description": "A mini-project for cropping images using JavaScript."
},
{
"name": "CsvToJsonConverter",
"description": "A JavaScript tool for converting CSV data to JSON format."
},
{
"name": "CurrencyConverter",
"description": "A currency conversion tool implemented in JavaScript."
},
{
"name": "CutomVideoControl",
"description": "A custom video player control implemented in JavaScript."
},
{
"name": "DevDetectiveApp",
"description": "A mini-project for detecting developers and their tools."
},
{
"name": "Dicegame",
"description": "A simple dice game implemented in JavaScript."
},
{
"name": "DinoGame",
"description": "A JavaScript game based on the classic Dino Runner game."
},
{
"name": "DoodlerGame",
"description": "A mini-game for doodling and drawing in JavaScript."
},
{
"name": "DrawingGame",
"description": "A JavaScript-based game for drawing and creativity."
},
{
"name": "Drum",
"description": "A virtual drum kit implemented in JavaScript."
},
{
"name": "EmiCalculator",
"description": "A mini-project for calculating Equated Monthly Installments (EMI)."
},
{
"name": "EncrypterDecrypterApp",
"description": "A JavaScript application for encrypting and decrypting text."
},
{
"name": "EnglishDictionary",
"description": "An English dictionary application implemented in JavaScript."
},
{
"name": "ExpandableCards",
"description": "A JavaScript project for expandable cards with information."
},
{
"name": "FaceRecognition",
"description": "A JavaScript application for face recognition and detection."
},
{
"name": "Fibonacci",
"description": "A JavaScript project for generating Fibonacci sequences."
},
{
"name": "FlappyBirdGame",
"description": "A JavaScript game inspired by the Flappy Bird game."
},
{
"name": "FloatingIslands",
"description": "A mini-project featuring floating islands in JavaScript."
},
{
"name": "FruitsGame",
"description": "A game related to fruits and JavaScript programming."
},
{
"name": "GameOfLife",
"description": "A JavaScript implementation of Conway's Game of Life."
},
{
"name": "GenerateRandomNumber",
"description": "A tool for generating random numbers using JavaScript."
}
,{
"name": "Hangman",
"description": "A classic word-guessing game where players try to guess a hidden word one letter at a time."
},
{
"name": "ImageEditor",
"description": "An application that allows users to edit and manipulate images with various tools and filters."
},
{
"name": "JokeGenerator",
"description": "Generates random jokes or puns to provide humor and entertainment to users."
},
{
"name": "LandingPage",
"description": "A web page designed as an entry point for a website or application, often featuring key information and navigation links."
},
{
"name": "Magic8Ball",
"description": "A digital version of the popular Magic 8-Ball toy that provides random answers to yes-or-no questions."
},
{
"name": "Mario Game",
"description": "A game inspired by the classic Super Mario franchise, featuring a character navigating a platform-based world."
},
{
"name": "MeditationApp",
"description": "An application that guides users through meditation sessions to promote relaxation and mindfulness."
},
{
"name": "MemoryGame",
"description": "A card-matching game that tests a player's memory by requiring them to match pairs of cards."
},
{
"name": "Minesweeper",
"description": "A classic puzzle video game where players uncover hidden mines on a grid without triggering them."
},
{
"name": "MiniPaint",
"description": "A simplified painting application that allows users to draw and create digital art."
},
{
"name": "MovieInfoApp",
"description": "An app that provides information about movies, including details, ratings, and reviews."
},
{
"name": "NetworkStatusTracker",
"description": "An app that monitors and displays the status of a network or internet connection."
},
{
"name": "Newsapp",
"description": "An application that delivers news articles and updates on various topics."
},
{
"name": "NoteTakingApp",
"description": "An app for creating, organizing, and storing notes and text-based information."
},
{
"name": "NoveltyCalculator",
"description": "A calculator application with unique or novelty features beyond basic arithmetic."
},
{
"name": "NumberGuessingGame",
"description": "A game in which players guess a randomly selected number within a specified range."
},
{
"name": "PasswordGenerator",
"description": "An app that generates strong and random passwords for enhanced security."
},
{
"name": "PasswordStrengthChecker",
"description": "An app that assesses the strength of passwords based on various criteria, such as length and complexity."
},
{
"name": "PianoApp",
"description": "An application that simulates a piano keyboard for playing music."
},
{
"name": "PingPongGame",
"description": "A game inspired by the classic Pong game, featuring paddle-based ball gameplay."
},
{
"name": "Pokedex",
"description": "An app that provides information about Pokémon creatures, including their characteristics and abilities."
},
{
"name": "PomodoroClock",
"description": "A timer app designed for the Pomodoro Technique, a time management method."
},
{
"name": "ProfileCard",
"description": "A component or design element for displaying personal or user profile information."
},
{
"name": "QRCode",
"description": "An app for generating and scanning QR codes, often used for quick access to information or websites."
},
{
"name": "RandomColorGenerator",
"description": "Generates random colors and displays their HEX and RGB values."
},
{
"name": "RandomColorPaletteGenerator",
"description": "Creates random color palettes with HEX and RGB values."
},
{
"name": "RandomQuote",
"description": "Displays random quotes with the option to share on Twitter."
},
{
"name": "ReactCart",
"description": "A shopping cart built using React and Redux."
},
{
"name": "Relaxer",
"description": "A simple app for relaxation with breathing exercises."
},
{
"name": "RockPaperScissorsGame",
"description": "Play the classic Rock, Paper, Scissors game against the computer."
},
{
"name": "SlidePuzzle",
"description": "A sliding puzzle game with customizable image puzzles."
},
{
"name": "SimonGame",
"description": "A digital version of the classic Simon game to test your memory."
},
{
"name": "SimpleCalculator",
"description": "A basic calculator for performing arithmetic operations."
},
{
"name": "SnakeGame",
"description": "Play the classic Snake game with your browser."
},
{
"name": "SortingVisualizer",
"description": "Visualizes various sorting algorithms in action."
},
{
"name": "Spacinfo",
"description": "Provides information about space, including ISS location and space news."
},
{
"name": "SynonymsGenerator",
"description": "Finds synonyms for a given word using a thesaurus API."
},
{
"name": "TaskManager",
"description": "Manage tasks and to-dos with this task manager app."
},
{
"name": "TaskTracker",
"description": "Track your tasks, set priorities, and manage your to-do list."
},
{
"name": "TetrisGame",
"description": "Play the classic Tetris game right in your browser."
},
{
"name": "TextAnalyzer",
"description": "Analyze text to count characters, words, and paragraphs."
},
{
"name": "TicTacToeGame",
"description": "Play the classic Tic Tac Toe game against a friend or AI."
},
{
"name": "ToDoList",
"description": "Create and manage your to-do list with this simple app."
},
{
"name": "UltimateTicTacToeGame",
"description": "A strategic twist on the classic Tic Tac Toe game."
},
{
"name": "UrlShortener",
"description": "Shorten long URLs to make them more manageable and shareable."
},
{
"name": "VectorRunner",
"description": "An endless runner game with vector-style graphics."
},
{
"name": "VoiceGenerator",
"description": "Generate and listen to text-to-speech voice in different accents."
},
{
"name": "WeatherApp",
"description": "Get weather information for any location with this app."
},
{
"name": "WeeklyExpenses",
"description": "Track your weekly expenses and manage your budget."
}
]
;
module.exports = {jsonresponse};