-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathprojectDetails.html
More file actions
623 lines (559 loc) · 23.3 KB
/
projectDetails.html
File metadata and controls
623 lines (559 loc) · 23.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<!-- SEO Meta Tags -->
<title>Project Details | Ankan Chakraborty - MERN Stack Developer</title>
<meta name="description"
content="Detailed information about Ankan Chakraborty's projects including tech stack, features, and achievements." />
<meta name="keywords"
content="Ankan Chakraborty Projects, Project Details, MERN Stack, React Native, Full Stack Development" />
<meta name="author" content="Ankan Chakraborty" />
<meta name="robots" content="index, follow" />
<meta name="theme-color" content="#00abf0" />
<!-- Favicon -->
<link rel="icon" type="image/x-icon" href="./Favicons/icon.ico" />
<!-- External Libraries -->
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/css/bootstrap.min.css" rel="stylesheet" />
<link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0/css/all.min.css" rel="stylesheet" />
<link href="https://unpkg.com/aos@next/dist/aos.css" rel="stylesheet" />
<link href="https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800&display=swap"
rel="stylesheet" />
<style>
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
body {
font-family: "Poppins", sans-serif;
line-height: 1.6;
color: #ffffff;
background: #081b29;
overflow-x: hidden;
}
/* Background Animation */
.bg-animation {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: -1;
opacity: 0.1;
}
.bg-animation::before {
content: "";
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grid" width="10" height="10" patternUnits="userSpaceOnUse"><path d="M 10 0 L 0 0 0 10" fill="none" stroke="%23ffffff" stroke-width="0.5"/></pattern></defs><rect width="100" height="100" fill="url(%23grid)"/></svg>');
animation: moveGrid 20s linear infinite;
}
@keyframes moveGrid {
0% {
transform: translateX(0) translateY(0);
}
100% {
transform: translateX(10px) translateY(10px);
}
}
/* Navigation */
.navbar {
background: rgba(8, 27, 41, 0.9) !important;
backdrop-filter: blur(10px);
transition: all 0.3s ease;
padding: 15px 0;
}
.navbar-brand {
font-weight: 700;
font-size: 1.5rem;
color: #00abf0 !important;
}
.navbar-nav .nav-link {
color: #ffffff !important;
font-weight: 500;
margin: 0 10px;
transition: all 0.3s ease;
position: relative;
}
.navbar-nav .nav-link:hover {
color: #00abf0 !important;
}
/* Back Button */
.back-btn {
background: linear-gradient(135deg, #00abf0 0%, #0088cc 100%);
border: none;
padding: 10px 25px;
border-radius: 50px;
font-weight: 600;
color: white;
text-decoration: none;
display: inline-flex;
align-items: center;
gap: 10px;
transition: all 0.3s ease;
box-shadow: 0 4px 15px rgba(0, 171, 240, 0.3);
margin-top: 100px;
margin-bottom: 30px;
}
.back-btn:hover {
transform: translateY(-3px);
box-shadow: 0 8px 25px rgba(0, 171, 240, 0.4);
color: white;
}
/* Project Details Container */
.project-details {
padding: 50px 0;
min-height: 100vh;
}
.project-header {
margin-bottom: 3rem;
}
.project-title {
font-size: 3rem;
font-weight: 700;
background: linear-gradient(135deg, #00abf0 0%, #ffffff 100%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-clip: text;
margin-bottom: 1rem;
}
.project-meta {
display: flex;
gap: 2rem;
flex-wrap: wrap;
margin-bottom: 2rem;
}
.meta-item {
display: flex;
align-items: center;
gap: 10px;
color: #b3b3b3;
font-size: 1rem;
}
.meta-item i {
color: #00abf0;
font-size: 1.2rem;
}
.meta-item strong {
color: #ffffff;
}
/* Content Sections */
.content-section {
background: rgba(255, 255, 255, 0.05);
border: 1px solid rgba(255, 255, 255, 0.1);
border-radius: 20px;
padding: 2rem;
margin-bottom: 2rem;
backdrop-filter: blur(10px);
transition: all 0.3s ease;
}
.content-section:hover {
background: rgba(255, 255, 255, 0.08);
border-color: rgba(0, 171, 240, 0.3);
transform: translateY(-5px);
}
.section-title {
font-size: 1.8rem;
font-weight: 600;
color: #00abf0;
margin-bottom: 1.5rem;
display: flex;
align-items: center;
gap: 10px;
}
.section-title i {
font-size: 1.5rem;
}
.tech-stack {
display: flex;
flex-wrap: wrap;
gap: 1rem;
}
.tech-badge {
background: rgba(0, 171, 240, 0.1);
border: 1px solid rgba(0, 171, 240, 0.3);
padding: 8px 20px;
border-radius: 50px;
color: #00abf0;
font-weight: 500;
transition: all 0.3s ease;
}
.tech-badge:hover {
background: rgba(0, 171, 240, 0.2);
transform: translateY(-2px);
}
.features-list {
list-style: none;
padding: 0;
}
.features-list li {
padding: 0.8rem 0;
color: #ccc;
display: flex;
align-items: start;
gap: 15px;
border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}
.features-list li:last-child {
border-bottom: none;
}
.features-list li i {
color: #00abf0;
margin-top: 5px;
font-size: 1rem;
}
.project-links {
display: flex;
gap: 1rem;
flex-wrap: wrap;
}
.btn-primary-custom {
background: linear-gradient(135deg, #00abf0 0%, #0088cc 100%);
border: none;
padding: 12px 30px;
border-radius: 50px;
font-weight: 600;
color: white;
text-decoration: none;
display: inline-flex;
align-items: center;
gap: 10px;
transition: all 0.3s ease;
box-shadow: 0 4px 15px rgba(0, 171, 240, 0.3);
}
.btn-primary-custom:hover {
transform: translateY(-3px);
box-shadow: 0 8px 25px rgba(0, 171, 240, 0.4);
color: white;
}
.btn-outline-custom {
border: 2px solid #00abf0;
color: #00abf0;
padding: 10px 28px;
border-radius: 50px;
font-weight: 600;
text-decoration: none;
display: inline-flex;
align-items: center;
gap: 10px;
transition: all 0.3s ease;
}
.btn-outline-custom:hover {
background: #00abf0;
color: #081b29;
transform: translateY(-3px);
}
/* Responsive Design */
@media (max-width: 768px) {
.project-title {
font-size: 2rem;
}
.project-meta {
flex-direction: column;
gap: 1rem;
}
.section-title {
font-size: 1.5rem;
}
.back-btn {
margin-top: 80px;
}
}
/* Loading State */
.loading {
text-align: center;
padding: 100px 0;
color: #00abf0;
font-size: 1.5rem;
}
.error-message {
text-align: center;
padding: 100px 0;
color: #ff6b6b;
font-size: 1.2rem;
}
</style>
</head>
<body>
<!-- Background Animation -->
<div class="bg-animation"></div>
<!-- Navigation -->
<nav class="navbar navbar-expand-lg fixed-top">
<div class="container">
<a class="navbar-brand" href="./index.html">Ankan.</a>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarNav">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarNav">
<ul class="navbar-nav ms-auto">
<li class="nav-item">
<a class="nav-link" href="./index.html">Home</a>
</li>
<li class="nav-item">
<a class="nav-link" href="./portfolio.html">Portfolio</a>
</li>
<li class="nav-item">
<a class="nav-link" href="./contactMe.html">Contact</a>
</li>
</ul>
</div>
</div>
</nav>
<!-- Project Details Section -->
<section class="project-details">
<div class="container">
<a href="./portfolio.html#projects" class="back-btn">
<i class="fas fa-arrow-left"></i>
Back to Portfolio
</a>
<div id="project-content">
<div class="loading">
<i class="fas fa-spinner fa-spin"></i>
<p>Loading project details...</p>
</div>
</div>
</div>
</section>
<!-- Bootstrap JS -->
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/js/bootstrap.bundle.min.js"></script>
<!-- AOS JS -->
<script src="https://unpkg.com/aos@next/dist/aos.js"></script>
<script>
// Initialize AOS
AOS.init({
duration: 1000,
once: true,
offset: 100,
});
// Extended Projects Data with detailed information
const projectsDetailedData = {
"healthcare-app-suite": {
title: "Healthcare App Suite — IIIT Guwahati",
duration: "May 2024 - Present",
techStack: ["React Native", "Node.js", "MongoDB", "JWT", "Vercel", "Express.js", "REST APIs"],
description: "Developed and maintained production-grade mobile and web applications for symptom-based appointments, health record monitoring, and connectivity between doctors, patients, and clinics. Collaborated with Institute of Breast Diseases, Kolkata to develop ME-App for breast cancer monitoring.",
features: [
"Symptom-based appointment booking system with intelligent matching",
"Comprehensive health record monitoring and management",
"Real-time connectivity between doctors, patients, and clinics/hospitals",
"ME-App for breast cancer monitoring in collaboration with Institute of Breast Diseases, Kolkata",
"Secure authentication using JWT tokens",
"Cloud deployment on Vercel for scalability",
"TYD Doc app for healthcare professionals",
"tellyoudoc patient app for end users"
],
links: [
{ text: "TYD Doc on Play Store", url: "https://play.google.com/store/apps/details?id=com.tellyoudoctor.doc", icon: "fab fa-google-play" },
{ text: "tellyoudoc on Play Store", url: "https://play.google.com/store/apps/details?id=com.tellyoudoc.patient", icon: "fab fa-google-play" },
{ text: "ME-App on Play Store", url: "https://play.google.com/store/apps/details?id=com.tellyoudoc.meapp", icon: "fab fa-google-play" }
],
achievements: [
"Successfully deployed production-grade applications serving real users",
"Collaborated with medical institution for specialized healthcare solution",
"Built scalable architecture handling multiple user roles"
]
},
"rag-chatbot": {
title: "Retrieval Augmented Generation (RAG) Chatbot",
duration: "January 2026",
techStack: ["Python", "Gemini API", "Numpy", "Scikit-learn", "NLP", "Machine Learning"],
description: "A Python project that uses retrieval augmented generation (RAG) to generate responses to user queries based on PDFs uploaded by the user.",
features: [
"PDF document processing and text extraction",
"Semantic search using vector embeddings",
"Integration with Google's Gemini API for natural language generation",
"Context-aware response generation based on uploaded documents",
"Efficient retrieval using Numpy and Scikit-learn",
"User-friendly interface for document upload and querying"
],
links: [
{ text: "View on GitHub", url: "https://github.com/ankan-coder/chat-with-PDFs", icon: "fab fa-github" }
],
achievements: [
"Implemented advanced RAG architecture for accurate information retrieval",
"Optimized vector search for fast query responses",
"Successfully integrated state-of-the-art LLM for natural conversations"
]
},
"rutag-cms": {
title: "RUTAG — Rural Technology Action Group (IIT Guwahati)",
duration: "August 2025 - September 2025",
techStack: ["PHP", "MySQL", "PHPMailer", "jQuery", "Bootstrap", "HTML5", "CSS3"],
description: "Developed a full-fledged Content Management System (CMS) with Admin Panel and Frontend website for RUTAG IIT Guwahati. Enabled dynamic content management for showcasing rural technology projects and facilitating collaborations.",
features: [
"Comprehensive Admin Panel for content management",
"Dynamic frontend website with responsive design",
"Project showcase module for rural technology initiatives",
"Secure contact form with PHPMailer integration",
"Automated email responses for inquiries",
"Image and media management system",
"SEO-optimized pages for better visibility",
"User-friendly interface for non-technical administrators"
],
links: [
{ text: "Visit Live Website", url: "https://rutagiitg.in", icon: "fas fa-globe" }
],
achievements: [
"Successfully deployed as official website for RUTAG IIT Guwahati",
"Enabled efficient management of rural technology projects",
"Facilitated collaboration between researchers and rural communities"
]
},
"artpriyo": {
title: "Artpriyo – Photography Competition & Social Media App",
duration: "2024 - 2025",
techStack: ["React Native", "Node.js", "MongoDB", "JWT", "Firebase Cloud Messaging", "Razorpay", "Express.js"],
description: "Built a mobile platform combining photography competitions and social networking. Developed role-based admin app and JWT-secured REST APIs. Integrated payment processing, automated winner evaluation, and real-time notifications.",
features: [
"Photography competition creation and management by admins",
"Social networking features for user interaction",
"Real-time chat functionality between users",
"Role-based access control (Admin, User)",
"JWT-secured REST APIs for authentication and authorization",
"Razorpay integration for wallet top-ups",
"Direct UPI-based balance withdrawals",
"Automated winner evaluation using cron jobs",
"Automated prize money distribution to user wallets",
"Firebase Cloud Messaging (FCM) for push notifications",
"Photo submission and voting system",
"User profile management and social connections"
],
links: [
{ text: "View Project", url: "https://github.com/ankan-coder", icon: "fab fa-github" }
],
achievements: [
"Built complete payment ecosystem with wallet and withdrawal features",
"Implemented automated competition management reducing manual work",
"Created engaging social platform for photography enthusiasts"
]
},
"seat-management": {
title: "Seat Management System — IIT Guwahati RS Lab",
duration: "2024 - 2025",
techStack: ["PHP", "MySQL", "Bootstrap", "PHPMailer", "jQuery", "JavaScript"],
description: "Designed and developed a web-based cubicle (seat) management system for IIT Guwahati laboratories with separate Student and Admin portals. Implemented comprehensive workflows for cubicle allocation and management.",
features: [
"Separate portals for Students and Administrators",
"End-to-end cubicle request workflow",
"Cubicle allocation and reservation system",
"Cubicle release and reallocation functionality",
"Historical tracking of all cubicle assignments",
"Real-time status visualization of lab occupancy",
"Comprehensive Admin Dashboard with analytics",
"Lab management and configuration tools",
"Request approval/rejection workflow",
"Cubicle ledger for audit trails",
"Analytics reports and insights",
"CSV export functionality for data analysis",
"Automated email notifications via PHPMailer",
"Notifications for request submission, approval, and rejection"
],
links: [
{ text: "View Project", url: "https://github.com/ankan-coder", icon: "fab fa-github" }
],
achievements: [
"Actively used within IIT Guwahati laboratories for daily operations",
"Streamlined cubicle allocation process reducing administrative overhead",
"Provided transparent system for students and administrators"
]
}
};
// Get project ID from URL parameter
function getProjectId() {
const urlParams = new URLSearchParams(window.location.search);
return urlParams.get('project');
}
// Load and display project details
function loadProjectDetails() {
const projectId = getProjectId();
const container = document.getElementById('project-content');
if (!projectId || !projectsDetailedData[projectId]) {
container.innerHTML = `
<div class="error-message" data-aos="fade-up">
<i class="fas fa-exclamation-triangle"></i>
<p>Project not found. Please return to the portfolio.</p>
<a href="./portfolio.html#projects" class="btn-primary-custom" style="margin-top: 20px;">
<i class="fas fa-arrow-left"></i>
Back to Portfolio
</a>
</div>
`;
return;
}
const project = projectsDetailedData[projectId];
const techStackHTML = project.techStack.map(tech => `<span class="tech-badge">${tech}</span>`).join('');
const featuresHTML = project.features.map(feature => `<li><i class="fas fa-check-circle"></i><span>${feature}</span></li>`).join('');
const linksHTML = project.links.map(link => `
<a href="${link.url}" target="_blank" class="btn-primary-custom">
<i class="${link.icon}"></i>
${link.text}
</a>
`).join('');
const achievementsHTML = project.achievements ? project.achievements.map(achievement => `<li><i class="fas fa-trophy"></i><span>${achievement}</span></li>`).join('') : '';
container.innerHTML = `
<div class="project-header" data-aos="fade-up">
<h1 class="project-title">${project.title}</h1>
<div class="project-meta">
<div class="meta-item">
<i class="fas fa-calendar-alt"></i>
<span><strong>Duration:</strong> ${project.duration}</span>
</div>
</div>
</div>
<div class="content-section" data-aos="fade-up" data-aos-delay="100">
<h2 class="section-title">
<i class="fas fa-info-circle"></i>
Overview
</h2>
<p style="color: #ccc; font-size: 1.1rem; line-height: 1.8;">${project.description}</p>
</div>
<div class="content-section" data-aos="fade-up" data-aos-delay="200">
<h2 class="section-title">
<i class="fas fa-code"></i>
Tech Stack
</h2>
<div class="tech-stack">
${techStackHTML}
</div>
</div>
<div class="content-section" data-aos="fade-up" data-aos-delay="300">
<h2 class="section-title">
<i class="fas fa-list-check"></i>
Key Features
</h2>
<ul class="features-list">
${featuresHTML}
</ul>
</div>
${achievementsHTML ? `
<div class="content-section" data-aos="fade-up" data-aos-delay="400">
<h2 class="section-title">
<i class="fas fa-trophy"></i>
Achievements
</h2>
<ul class="features-list">
${achievementsHTML}
</ul>
</div>
` : ''}
<div class="content-section" data-aos="fade-up" data-aos-delay="500">
<h2 class="section-title">
<i class="fas fa-link"></i>
Project Links
</h2>
<div class="project-links">
${linksHTML}
</div>
</div>
`;
}
// Load project details on page load
document.addEventListener('DOMContentLoaded', loadProjectDetails);
</script>
</body>
</html>