-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathproject.html
More file actions
642 lines (633 loc) · 42.3 KB
/
Copy pathproject.html
File metadata and controls
642 lines (633 loc) · 42.3 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
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
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Projects | Tanish Vashisth</title>
<link rel="icon" type="image/png" href="assets/index/images/pixelboyhead.png">
<link rel="stylesheet" href="assets/css/global.css">
<link rel="stylesheet" href="assets/projects/project.css">
<meta name="description" content="Projects by Tanish Vashisth (Bogusdeck) — Python Developer and Software Engineer. Best retro portfolio featuring web apps, tools, and open source work.">
<meta name="keywords" content="python developer, best portfolio, tanish vashisth, bogusdeck, retro, software engineer, developer portfolio, pixel art">
<meta name="author" content="Tanish Vashisth">
<link href="https://unpkg.com/nes.css@2.3.0/css/nes.min.css" rel="stylesheet">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Press+Start+2P&display=swap" rel="stylesheet">
<script src="https://cdn.tailwindcss.com"></script>
<script src="assets/js/utils/config.js"></script>
<script src="https://cdn.jsdelivr.net/npm/locomotive-scroll@4.0.6/dist/locomotive-scroll.min.js"></script>
</head>
<body class="flex flex-col min-h-screen overflow-hidden">
<header class="w-full">
<nav class="navbar boxxyw">
<div class="navbar-desktop items-center justify-between w-full">
<div class="flex items-center space-x-4">
<a class="nav-item text-black" href="blog.html">Blog</a>
<a class="nav-item text-black" href="project.html">Projects</a>
</div>
<a href="/index.html" class="flex items-center justify-center">
<img src="assets/index/images/logo.png" alt="logo" class="h-8 img">
</a>
<div class="flex items-center space-x-4">
<a class="nav-item text-black" href="about.html">About</a>
<a class="nav-item text-black" href="contact.html">Contact</a>
</div>
</div>
<!-- Hamburger menu -->
<div class="md:hidden flex items-center justify-between w-full">
<a href="/index.html" class="flex items-center justify-start">
<img src="assets/index/images/logo.png" alt="logo" class="h-8 img">
</a>
<button id="menu-toggle" class="flex items-center justify-end">
<svg class="w-6 h-6 text-black" fill="none" stroke="currentColor" viewBox="0 0 24 24"
xmlns="http://www.w3.org/2000/svg">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2"
d="M4 6h16M4 12h16m-7 6h7">
</path>
</svg>
</button>
</div>
<div id="mobile-menu" class="hidden absolute top-0 right-0 bg-white w-full mt-14 z-50 text-right">
<a class="block py-2 px-4 text-black" href="index.html">Home</a>
<a class="block py-2 px-4 text-black" href="project.html">Projects</a>
<a class="block py-2 px-4 text-black" href="blog.html">Blog</a>
<a class="block py-2 px-4 text-black" href="about.html">About</a>
<a class="block py-2 px-4 text-black" href="contact.html">Contact</a>
</div>
</nav>
</header>
<div class="scroll-container" id="scrollContainer">
<div class="section-wrapper" id="sectionWrapper">
<div class="section">
<div class="flex flex-col items-center justify-center gap-6 w-full">
<div class="box w-2/3">
<div class="content fonty tracking-wider md:text-[60px] text-center">
<p>My</p>
<p>Projects</p>
</div>
<div class="corner top-left"></div>
<div class="corner top-right"></div>
<div class="corner bottom-left"></div>
<div class="corner bottom-right"></div>
</div>
<div class="z-50 text-center">
<p class="desktop-only headingfont text-[10px] md:text-[12px] text-white animate-pulse normal-case tracking-normal bg-black bg-opacity-70 border-2 border-white px-4 py-2 shadow-[4px_4px_0px_0px_#000] rounded-none">Scroll down/up (wheel) to explore horizontally →</p>
<p class="mobile-only headingfont text-[9px] text-white animate-pulse normal-case tracking-normal bg-black bg-opacity-70 border-2 border-white px-3 py-1.5 shadow-[4px_4px_0px_0px_#000] rounded-none mx-auto max-w-[280px]">Swipe left to right (or right to left) to explore →</p>
</div>
</div>
</div>
<div class="section">
<div class="container mx-auto w-11/12 md:w-11/12 z-50">
<div class="grid grid-cols-1 md:grid-cols-2 gap-2 md:gap-0">
<div class="order-2 flex flex-col items-center justify-center gap-4 ">
<div
class="row-span-1 flex flex-col p-1 border-2 md:border-4 border-black w-full md:w-3/4 text-[10px] lg:text-[14px] text-white bg-black bg-opacity-50">
<p class="desctext">
FasFas — Multi-tenant marketplace platform. Django backend with brand onboarding,
product/inventory management, and admin dashboard. Angular frontend, React Native/Expo
mobile app, Docker Compose orchestration, and custom color theme system. Features
brand auth, catalog parsing, warehouse management, and marketplace APIs.
</p>
</div>
<div class="row-span-1 flex justify-around w-full flex-wrap gap-2">
<a data-project="fasfas" data-link-type="github" title="GitHub">
<img src="assets/images/logo/github.png" alt="github" class="w-10" />
</a>
<a data-project="fasfas" data-link-type="live" title="Website">
<img src="assets/images/logo/linkredirect.gif" alt="website" class="w-10" />
</a>
<a data-project="fasfas" data-link-type="playstore" title="Google Play">
<img src="assets/images/logo/playstore.png" alt="playstore" class="w-12" />
</a>
<a data-project="fasfas" data-link-type="appstore" title="App Store">
<img src="assets/images/logo/appstore.png" alt="appstore" class="w-12" />
</a>
</div>
</div>
<div class="order-1 flex justify-center items-center">
<div class="box h-[70px] md:h-[90px] lg:h-[150px] w-fit md:w-2/3 mb-4 lg:mb-0">
<div
class="content fonty text-[25px] lg:text-[40px] tracking-wider px-10 lg:px-5 mt-2 text-center">
FasFas
</div>
<div class="corner top-left"></div>
<div class="corner top-right"></div>
<div class="corner bottom-left"></div>
<div class="corner bottom-right"></div>
</div>
</div>
</div>
</div>
</div>
<div class="section">
<div class="container mx-auto w-11/12 md:w-11/12 z-50">
<div class="grid grid-cols-1 md:grid-cols-2 gap-2 md:gap-0">
<div class="order-2 flex flex-col items-center justify-center gap-4 ">
<div
class="row-span-1 flex flex-col p-1 border-2 md:border-4 border-black w-full md:w-3/4 text-[10px] lg:text-[14px] text-white bg-black bg-opacity-50">
<p class="desctext">
MineMatrix — Rule-guarded Reinforcement Learning environment and agent framework
for Minecraft. Uses Mineflayer as a Node.js HTTP bridge to execute discrete actions on
a local Minecraft server, guided by hardcoded survival safety rules (Rule Guards). Pairs
with a Gymnasium environment and Stable-Baselines3 (PPO) in Python to learn optimal
survival policies. Includes an LLM-planner variant (Ollama/qwen2.5) for high-level
decision making alongside the pure RL approach.
</p>
</div>
<div class="row-span-1 flex justify-around w-full">
<a data-project="minematrix" data-link-type="github">
<img src="assets/images/logo/github.png" alt="github" class="w-10" />
</a>
</div>
</div>
<div class="order-1 flex justify-center items-center">
<div class="box h-[70px] md:h-[90px] lg:h-[150px] w-fit md:w-2/3 mb-4 lg:mb-0">
<div
class="content fonty text-[25px] lg:text-[40px] tracking-wider px-10 lg:px-5 mt-2 text-center">
MineMatrix
</div>
<div class="corner top-left"></div>
<div class="corner top-right"></div>
<div class="corner bottom-left"></div>
<div class="corner bottom-right"></div>
</div>
</div>
</div>
</div>
</div>
<div class="section">
<div class="container mx-auto w-11/12 md:w-11/12 z-50">
<div class="grid grid-cols-1 md:grid-cols-2 gap-2 md:gap-0">
<div class="order-2 flex flex-col items-center justify-center gap-4 ">
<div
class="row-span-1 flex flex-col p-1 border-2 md:border-4 border-black w-full md:w-3/4 text-[10px] lg:text-[14px] text-white bg-black bg-opacity-50">
<p class="desctext">
Rune is a terminal-first note-making app built in Go. It enables you to select a topic, chat through it, and generate structured markdown notes that are written to disk and previewed live inside a split-pane terminal user interface (TUI).
</p>
</div>
<div class="row-span-1 flex justify-around w-full">
<a data-project="rune" data-link-type="github">
<img src="assets/images/logo/github.png" alt="githublogo" class="w-10" />
</a>
<a data-project="rune" data-link-type="live">
<img src="assets/images/logo/linkredirect.gif" alt="linkredirect" class="w-10" />
</a>
</div>
</div>
<div class="order-1 flex justify-center items-center">
<div class="box h-[70px] md:h-[70px] lg:h-[150px] w-fit md:w-2/3 mb-4 lg:mb-0">
<div class="content fonty text-[25px] lg:text-[40px] tracking-wider px-10 lg:px-5 mt-2">
Rune
</div>
<div class="corner top-left"></div>
<div class="corner top-right"></div>
<div class="corner bottom-left"></div>
<div class="corner bottom-right"></div>
</div>
</div>
</div>
</div>
</div>
<div class="section">
<div class="container mx-auto w-11/12 md:w-11/12 z-50">
<div class="grid grid-cols-1 md:grid-cols-2 gap-2 md:gap-0">
<div class="order-2 flex flex-col items-center justify-center gap-4 ">
<div
class="row-span-1 flex flex-col p-1 border-2 md:border-4 border-black w-full md:w-3/4 text-[10px] lg:text-[14px] text-white bg-black bg-opacity-50">
<p class="desctext">
CartPing — Shopify app for abandoned cart recovery via WhatsApp (Indian D2C). Go
backend with React/Vite/Tailwind frontend, Shopify OAuth & webhooks, Supabase/PostgreSQL,
WhatsApp provider integration. Deployed on Oracle Cloud ARM with Nginx. Includes legacy
Django backend for reference.
</p>
</div>
<div class="row-span-1 flex justify-around w-full">
<a data-project="cartping" data-link-type="github">
<img src="assets/images/logo/github.png" alt="githublogo" class="w-10" />
</a>
<a data-project="cartping" data-link-type="live">
<img src="assets/images/logo/linkredirect.gif" alt="linkredirect" class="w-10" />
</a>
</div>
</div>
<div class="order-1 flex justify-center items-center">
<div class="box h-[70px] md:h-[90px] lg:h-[150px] w-fit md:w-2/3 mb-4 lg:mb-0">
<div
class="content fonty text-[25px] lg:text-[40px] tracking-wider px-10 lg:px-5 mt-2 text-center">
CartPing
</div>
<div class="corner top-left"></div>
<div class="corner top-right"></div>
<div class="corner bottom-left"></div>
<div class="corner bottom-right"></div>
</div>
</div>
</div>
</div>
</div>
<div class="section">
<div class="container mx-auto w-11/12 md:w-11/12 z-50">
<div class="grid grid-cols-1 md:grid-cols-2 gap-2 md:gap-0">
<div class="order-2 flex flex-col items-center justify-center gap-4 ">
<div
class="row-span-1 flex flex-col p-1 border-2 md:border-4 border-black w-full md:w-3/4 text-[10px] lg:text-[14px] text-white bg-black bg-opacity-50">
<p class="desctext">
A Model Context Protocol (MCP) server for Phabricator, written in TypeScript. It allows AI agents like Claude or Gemini to manage tasks, view code revisions, and perform high-quality, stack-aware code reviews directly via the MCP protocol.
</p>
</div>
<div class="row-span-1 flex justify-around w-full">
<a data-project="mcpPhabricator" data-link-type="github">
<img src="assets/images/logo/github.png" alt="githublogo" class="w-10" />
</a>
<a data-project="mcpPhabricator" data-link-type="live">
<img src="assets/images/logo/linkredirect.gif" alt="linkredirect" class="w-10" />
</a>
</div>
</div>
<div class="order-1 flex justify-center items-center">
<div class="box h-[70px] md:h-[90px] lg:h-[150px] w-fit md:w-2/3 mb-4 lg:mb-0">
<div class="content fonty text-[20px] lg:text-[32px] tracking-wider px-10 lg:px-5 mt-2 text-center">
mcp phabricator
</div>
<div class="corner top-left"></div>
<div class="corner top-right"></div>
<div class="corner bottom-left"></div>
<div class="corner bottom-right"></div>
</div>
</div>
</div>
</div>
</div>
<div class="section">
<div class="container mx-auto w-11/12 md:w-11/12 z-50">
<div class="grid grid-cols-1 md:grid-cols-2 gap-2 md:gap-0">
<div class="order-2 flex flex-col items-center justify-center gap-4 ">
<div
class="row-span-1 flex flex-col p-1 border-2 md:border-4 border-black w-full md:w-3/4 text-[10px] lg:text-[14px] text-white bg-black bg-opacity-50">
<p class="desctext">
NeuralForm — AI-powered Firefox extension (Manifest V3) for intelligent form
auto-fill. Detects fields via name/id/placeholder/label/aria, fills personal/contact/address
data. Firebase Firestore cloud sync with local fallback. Hybrid AI (local + cloud LLMs)
for smart field detection. GSAP-animated landing page.
</p>
</div>
<div class="row-span-1 flex justify-around w-full">
<a data-project="neuralformExtension" data-link-type="github">
<img src="assets/images/logo/github.png" alt="github" class="w-10" />
</a>
</div>
</div>
<div class="order-1 flex justify-center items-center">
<div class="box h-[70px] md:h-[90px] lg:h-[150px] w-fit md:w-2/3 mb-4 lg:mb-0">
<div
class="content fonty text-[20px] lg:text-[32px] tracking-wider px-10 lg:px-5 mt-2 text-center">
NeuralForm
</div>
<div class="corner top-left"></div>
<div class="corner top-right"></div>
<div class="corner bottom-left"></div>
<div class="corner bottom-right"></div>
</div>
</div>
</div>
</div>
</div>
<div class="section">
<div class="container mx-auto w-11/12 md:w-11/12 z-50">
<div class="grid grid-cols-1 md:grid-cols-2 gap-2 md:gap-0">
<div class="order-2 flex flex-col items-center justify-center gap-4 ">
<div
class="row-span-1 flex flex-col p-1 border-2 md:border-4 border-black w-full md:w-3/4 text-[10px] lg:text-[14px] text-white bg-black bg-opacity-50">
<p class="desctext">
Chatty — Secure 1-to-1 WebRTC video calling app with terminal aesthetics.
Peer-to-peer encrypted, no recordings/logs persisted. Built-in games (Newlywed,
Battleship), chat, screen sharing, ring light. Go + vanilla JS.
</p>
</div>
<div class="row-span-1 flex justify-around w-full">
<a data-project="chatty" data-link-type="github">
<img src="assets/images/logo/github.png" alt="github" class="w-10" />
</a>
<a data-project="chatty" data-link-type="live">
<img src="assets/images/logo/linkredirect.gif" alt="live" class="w-10" />
</a>
</div>
</div>
<div class="order-1 flex justify-center items-center">
<div class="box h-[70px] md:h-[90px] lg:h-[150px] w-fit md:w-2/3 mb-4 lg:mb-0">
<div
class="content fonty text-[25px] lg:text-[40px] tracking-wider px-10 lg:px-5 mt-2 text-center">
Chatty
</div>
<div class="corner top-left"></div>
<div class="corner top-right"></div>
<div class="corner bottom-left"></div>
<div class="corner bottom-right"></div>
</div>
</div>
</div>
</div>
</div>
<div class="section">
<div class="container mx-auto w-11/12 md:w-11/12 z-50">
<div class="grid grid-cols-1 md:grid-cols-2 gap-2 md:gap-0">
<div class="order-2 flex flex-col items-center justify-center gap-4 ">
<div
class="row-span-1 flex flex-col p-1 border-2 md:border-4 border-black w-full md:w-3/4 text-[10px] lg:text-[14px] text-white bg-black bg-opacity-50">
<p class="desctext">
SQL Saga — An interactive terminal game that teaches SQL through a narrative
mystery story. Progress through chapters by writing real SQL queries executed against
an in-memory SQLite database with the challenge's schema and sample data. Get instant
feedback with detailed result diffs, a progressive hints system (Ctrl+H), and local
progress tracking (XP, streaks, attempts). Built with Bubble Tea (Charmbracelet) for a
cross-platform TUI on Linux, macOS, and Windows. Distributable via Homebrew, APT, dnf,
and apk.
</p>
</div>
<div class="row-span-1 flex justify-around w-full">
<a data-project="sqlsaga" data-link-type="github">
<img src="assets/images/logo/github.png" alt="github" class="w-10" />
</a>
<a data-project="sqlsaga" data-link-type="live">
<img src="assets/images/logo/linkredirect.gif" alt="live" class="w-10" />
</a>
</div>
</div>
<div class="order-1 flex justify-center items-center">
<div class="box h-[70px] md:h-[90px] lg:h-[150px] w-fit md:w-2/3 mb-4 lg:mb-0">
<div
class="content fonty text-[25px] lg:text-[40px] tracking-wider px-10 lg:px-5 mt-2 text-center">
SQL Saga
</div>
<div class="corner top-left"></div>
<div class="corner top-right"></div>
<div class="corner bottom-left"></div>
<div class="corner bottom-right"></div>
</div>
</div>
</div>
</div>
</div>
<div class="section">
<div class="container mx-auto w-11/12 md:w-11/12 z-50">
<div class="grid grid-cols-1 md:grid-cols-2 gap-2 md:gap-0">
<div class="order-2 flex flex-col items-center justify-center gap-4 ">
<div
class="row-span-1 flex flex-col p-1 border-2 md:border-4 border-black w-full md:w-3/4 text-[10px] lg:text-[14px] text-white bg-black bg-opacity-50">
<p class="desctext">
ReviewReward uses advanced AI to detect and remove fake online reviews, ensuring
authenticity. It
features a responsive interface with Next.js and Tailwind CSS, secure user
authentication via Google
Authentication and Firebase, and stores reviews efficiently in Firebase. Reviews
undergo rigorous
authenticity checks with machine learning models and Cohere, enhancing trust in user
feedback for
informed decision-making.
</p>
</div>
<div class="row-span-1 flex justify-around w-full">
<a data-project="reviewReward" data-link-type="github">
<img src="assets/images/logo/github.png" alt="githublogo" class="w-10" />
</a>
<a data-project="reviewReward" data-link-type="live">
<img src="assets/images/logo/linkredirect.gif" alt="linkredirect" class="w-10" />
</a>
</div>
</div>
<div class="order-1 flex justify-center items-center">
<div class="box h-[70px] md:h-[70px] lg:h-[150px] w-fit md:w-2/3 mb-4 lg:mb-0">
<div class="content fonty text-[25px] lg:text-[40px] tracking-wider px-10 lg:px-5 mt-2">
Review Reward
</div>
<div class="corner top-left"></div>
<div class="corner top-right"></div>
<div class="corner bottom-left"></div>
<div class="corner bottom-right"></div>
</div>
</div>
</div>
</div>
</div>
<div class="section">
<div class="container mx-auto w-11/12 md:w-11/12 z-50">
<div class="grid grid-cols-1 md:grid-cols-2 gap-2 md:gap-0">
<div class="order-2 flex flex-col items-center justify-center gap-4 ">
<div
class="row-span-1 flex flex-col p-1 border-2 md:border-4 border-black w-full md:w-3/4 text-[10px] lg:text-[14px] text-white bg-black bg-opacity-50">
<p class="desctext">
Tamely is a modern task management web application built with Next.js, React, and Firebase. It enables users to create, track, and manage tasks through a clean, intuitive dashboard. With real-time updates, secure authentication, and project logging, Tamely helps users stay organized and boost productivity across personal or professional projects.
</p>
</div>
<div class="row-span-1 flex justify-around w-full">
<a data-project="tamely" data-link-type="github">
<img src="assets/images/logo/github.png" alt="githublogo" class="w-10" />
</a>
<a data-project="tamely" data-link-type="live">
<img src="assets/images/logo/linkredirect.gif" alt="linkredirect" class="w-10" />
</a>
</div>
</div>
<div class="order-1 flex justify-center items-center">
<div class="box h-[70px] md:h-[70px] lg:h-[150px] w-fit md:w-2/3 mb-4 lg:mb-0">
<div class="content fonty text-[25px] lg:text-[40px] tracking-wider px-10 lg:px-5 mt-2">
Tamely
</div>
<div class="corner top-left"></div>
<div class="corner top-right"></div>
<div class="corner bottom-left"></div>
<div class="corner bottom-right"></div>
</div>
</div>
</div>
</div>
</div>
<!-- <div class="section">
<div class="container mx-auto w-11/12 md:w-11/12 z-50">
<div class="grid grid-cols-1 md:grid-cols-2 gap-2 md:gap-0">
<div class="order-2 flex flex-col items-center justify-center gap-4 ">
<div
class="row-span-1 flex flex-col p-1 border-2 md:border-4 border-black w-full md:w-3/4 text-[10px] lg:text-[14px] text-white bg-black bg-opacity-50">
<p class="desctext">
Rashtriya TV is a news blogging website developed by a team of four using Next.js
for the frontend and Node.js for the backend. It features an admin panel for easy
content management, allowing admins to add, update, or remove news blogs. This
project highlights our collaborative skills and expertise in modern web development.
</p>
</div>
<div class="row-span-1 flex justify-around w-full">
<a data-project="rashtriyaTv" data-link-type="github">
<img src="assets/images/logo/github.png" alt="githublogo" class="w-10" />
</a>
<a data-project="rashtriyaTv" data-link-type="live">
<img src="assets/images/logo/linkredirect.gif" alt="linkredirect" class="w-10" />
</a>
</div>
</div>
<div class="order-1 flex justify-center items-center">
<div class="box h-[70px] md:h-[70px] lg:h-[150px] w-fit md:w-2/3 mb-4 lg:mb-0">
<div class="content fonty text-[25px] lg:text-[40px] tracking-wider px-10 lg:px-5 mt-2">
Rashtriya TV
</div>
<div class="corner top-left"></div>
<div class="corner top-right"></div>
<div class="corner bottom-left"></div>
<div class="corner bottom-right"></div>
</div>
</div>
</div>
</div>
</div> -->
<div class="section">
<div class="container mx-auto w-11/12 md:w-11/12 z-50">
<div class="grid grid-cols-1 md:grid-cols-2 gap-2 md:gap-0">
<div class="order-2 flex flex-col items-center justify-center gap-4 ">
<div
class="row-span-1 flex flex-col p-1 border-2 md:border-4 border-black w-full md:w-3/4 text-[10px] lg:text-[14px] text-white bg-black bg-opacity-50">
<p class="desctext">
The goal of the Text Review Authenticity Checker project is to develop a system that
distinguishes between computer-generated reviews (spam or fake) and genuine
user-generated reviews. This model is designed to be beneficial for online platforms
and e-commerce websites by filtering out fake reviews and maintaining the
credibility of their review systems.
</p>
</div>
<div class="row-span-1 flex justify-around w-full">
<a data-project="reviewAuthenticityChecker" data-link-type="github">
<img src="assets/images/logo/github.png" alt="githublogo" class="w-10" />
</a>
<a data-project="reviewAuthenticityChecker" data-link-type="live">
<img src="assets/images/logo/linkredirect.gif" alt="linkredirect" class="w-10" />
</a>
</div>
</div>
<div class="order-1 flex justify-center items-center">
<div class="box h-[70px] md:h-[120px] lg:h-[150px] w-fit md:w-2/3 mb-4 lg:mb-0">
<div
class="content fonty text-[25px] lg:text-[32px] tracking-wider px-10 lg:px-5 mt-2 text-center">
Review Authenticity checker
</div>
<div class="corner top-left"></div>
<div class="corner top-right"></div>
<div class="corner bottom-left"></div>
<div class="corner bottom-right"></div>
</div>
</div>
</div>
</div>
</div>
<!--
<div class="section">
<div class="container mx-auto w-11/12 md:w-11/12 z-50">
<div class="grid grid-cols-1 md:grid-cols-2 gap-2 md:gap-0">
<div class="order-2 flex flex-col items-center justify-center gap-4 ">
<div
class="row-span-1 flex flex-col p-1 border-2 md:border-4 border-black w-full md:w-3/4 text-[10px] lg:text-[14px] text-white bg-black bg-opacity-50">
<p class="desctext">
This web application, built with Django, Django REST Framework, and Tailwind CSS,
allows administrators to add tasks with points. Users earn points by downloading the
app and uploading a screenshot. The project showcases efficient task management and
user engagement.
</p>
</div>
<div class="row-span-1 flex justify-around w-full">
<a data-project="taskTreasury" data-link-type="github">
<img src="assets/images/logo/github.png" alt="githublogo" class="w-10" />
</a>
<a data-project="taskTreasury" data-link-type="live">
<img src="assets/images/logo/linkredirect.gif" alt="linkredirect" class="w-10" />
</a>
</div>
</div>
<div class="order-1 flex justify-center items-center">
<div class="box h-[70px] md:h-[90px] lg:h-[150px] w-fit md:w-2/3 mb-4 lg:mb-0">
<div
class="content fonty text-[25px] lg:text-[40px] tracking-wider px-10 lg:px-5 mt-2 text-center">
TaskTreasury
</div>
<div class="corner top-left"></div>
<div class="corner top-right"></div>
<div class="corner bottom-left"></div>
<div class="corner bottom-right"></div>
</div>
</div>
</div>
</div>
</div>
-->
<div class="section">
<!-- <div class="section">
<div class="container mx-auto w-11/12 md:w-11/12 z-50">
<div class="grid grid-cols-1 md:grid-cols-2 gap-2 md:gap-0">
<div class="order-2 flex flex-col items-center justify-center gap-4 ">
<div
class="row-span-1 flex flex-col p-1 border-2 md:border-4 border-black w-full md:w-3/4 text-[10px] lg:text-[14px] text-white bg-black bg-opacity-50">
<p class="desctext">
This Python bot is designed to enhance your Discord server by providing a warm
welcome to new members. The bot sends a personalized welcome message to users as
they join your server, creating a friendly and inviting atmosphere.
</p>
</div>
<div class="row-span-1 flex justify-around w-full">
<a data-project="discordWelcomeBot" data-link-type="github">
<img src="assets/images/logo/github.png" alt="githublogo" class="w-10" />
</a>
<a data-project="discordWelcomeBot" data-link-type="live">
<img src="assets/images/logo/linkredirect.gif" alt="linkredirect" class="w-10" />
</a>
</div>
</div>
<div class="order-1 flex justify-center items-center">
<div class="box h-[70px] md:h-[90px] lg:h-[150px] w-fit md:w-2/3 mb-4 lg:mb-0">
<div
class="content fonty text-[25px] lg:text-[40px] tracking-wider px-10 lg:px-6 mt-2 text-center">
Discord Welcome Bot
</div>
<div class="corner top-left"></div>
<div class="corner top-right"></div>
<div class="corner bottom-left"></div>
<div class="corner bottom-right"></div>
</div>
</div>
</div>
</div>
</div> -->
<div class="section relative">
<img id="castleImg" src="assets/projects/images/castle.png" alt="Castle"
class="castle lg:w-64 lg:h-64 md:w-48 md:h-48 w-64 h-64" />
</div>
</div>
</div>
</div>
<div class="hills"></div>
<div class="floor"></div>
<div class="character">
<img id="characterImg" src="assets/projects/images/mario.png" alt="Character"
class="lg:w-32 lg:h-32 md:w-20 md:h-20 w-24 h-24" />
</div>
<div id="muteButton" class="mute-button muted"></div>
<audio id="backgroundSound" src="assets/audio/projects/mariobgm.mp3" preload="auto" autoplay loop volume="0.5"></audio>
<audio id="sectionAppearSound" src="assets/audio/projects/smb_coin.wav" preload="auto"></audio>
<audio id="characterDisappearSound" src="assets/audio/projects/smb_stage_clear.wav" preload="auto"></audio>
<div id="modal-bg" class="hidden fixed inset-0 bg-black bg-opacity-50 flex items-center justify-center z-50">
<div id="mobile-menu-modal" class="bg-white nes-container with-title is-centered">
<a href="/index.html" class="block px-4 py-2 text-black hover:underline hover:tracking-widest">Home</a>
<a href="/about.html" class="block px-4 py-2 text-black hover:underline hover:tracking-widest">About</a>
<a href="/blog.html" class="block px-4 py-2 text-black hover:underline hover:tracking-widest">Blog</a>
<a href="/contact.html" class="block px-4 py-2 text-black hover:underline hover:tracking-widest">Contact</a>
<a href="/project.html" class="block w-full mt-4 bulbula px-4 py-2 text-white bg-red-500 shadow">Close</a>
</div>
</div>
<footer class="z-50 w-full flex items-start justify-start md:items-center md:justify-center absolute bottom-0 ">
<div class=" bg-gray-900 bg-opacity-50 w-fit ">
<p class="text-white max-[320px]:text-[8px] text-[10px] lg:text-[14px] mr-2">Copyright © 2024 --<a
href="mailto:tanishvashisth@gmail.com"
class="text-white max-[320px]:text-[8px] text-[10px] lg:text-[14px] underline">tanishvashisth@gmail.com</a>
</p>
</div>
</footer>
<script src="assets/js/utils/constants.js"></script>
<script src="assets/projects/project.js"></script>
</body>
</html>