Projects & Case Studies
Every project here includes a full case study — the real problem I was solving, my approach, the technical architecture, and what I learned along the way.

MovieVerse Premium
A cinematic streaming interface built for the modern web.
A production-ready movie streaming interface featuring cinematic design, smooth micro-animations, and real-time data fetching from a public movie API.
Case Study — MovieVerse Premium
- ▹Real-time movie search and filtering by genre, rating, and release year
- ▹Responsive card grid with smooth hover animations and skeleton loading states
- ▹Movie detail modal with trailers, cast information, and related titles
- ▹Persistent watchlist stored in MongoDB, accessible across sessions
React SPA → Node.js/Express API → MongoDB Atlas → Deployed on Vercel + Railway
iOUTS Management System
Digitising outing management with QR-code real-time tracking.
A digital outing management system for institutions, replacing paper-based processes with QR-code scanning, real-time status tracking, and a centralised admin dashboard.
Case Study — iOUTS Management System
- ▹QR code generation per student outing request for gate-scan check-in/check-out
- ▹Role-based access control (Student, Warden, Admin) with separate dashboards
- ▹Real-time outing status updates with timestamp logging for full audit trail
- ▹Automated notifications to wardens upon new student outing requests
- ▹Responsive Bootstrap UI optimised for both desktop and mobile staff use
PHP (MVC) → MySQL → Bootstrap → Deployed on shared hosting (iouts.online)
Interactive Art Gallery
An immersive digital gallery with spatial audio and dynamic soundscapes.
A fully immersive browser-based art gallery featuring spatial audio that responds to cursor position, dynamic lighting effects, and smooth room-to-room navigation.
Case Study — Interactive Art Gallery
- ▹Cursor-reactive spatial audio that pans and fades based on artwork proximity
- ▹Smooth room transitions with directional slide animations via Framer Motion
- ▹Dynamic ambient lighting that shifts per artwork using CSS radial gradients
- ▹Fullscreen immersive mode for distraction-free viewing
Next.js (App Router) → Framer Motion → Web Audio API → Tailwind CSS
SDE Corporate Website
A professional, SEO-optimised corporate presence for an engineering firm.
A fully responsive corporate website built for SDE Group — an engineering solutions company — with a strong emphasis on professional aesthetics, clear service communication, and search engine visibility.
Case Study — SDE Corporate Website
- ▹Fully responsive layout optimised for desktop, tablet, and mobile viewports
- ▹Semantic HTML5 structure with proper heading hierarchy for search engine crawlability
- ▹Service showcase section with clear calls-to-action for lead generation
- ▹Contact form integrated with the client's business email
- ▹Performance-optimised with compressed images and minimal JavaScript
Static HTML/CSS/JS → Bootstrap 5 → Deployed on shared hosting
Custom MERN CMS
A full-stack content management system built for editorial workflows.
A comprehensive Content Management System built on the MERN stack, designed to streamline digital content creation, editing, and publishing workflows for small-to-medium teams.
Case Study — Custom MERN CMS
- ▹JWT-based authentication with role-based access (Editor, Reviewer, Admin)
- ▹Rich-text content editor with image upload support via cloud storage
- ▹Content versioning — draft, review, and publish workflow
- ▹RESTful API consumed by the React frontend with a clean separation of concerns
- ▹Dashboard analytics showing published posts, active users, and recent activity
React (Vite) → Express.js API → MongoDB Atlas → JWT Auth → Vercel + Railway