Full Stack Development Projects in Tamil NaduFull Stack Development Projects in Tamil NaduAURA is a sci-fi city exploration platform where every city you've visited becomes a living world you can orbit. Your travel history, reimagined as a personal solar system.
Built entirely with Google Stitch — starting from a Figma wireframe import, Stitch generated the full design system: Deep Space color tokens, glassmorphic components, Syne typography. From there, five city worlds came alive — Tokyo, Paris, Mumbai, Nairobi, Cairo — each with its own visual identity, personality, and energy.
The experience: a solar system where your explored cities orbit around you. Click a planet → warp zoom transition → enter that city's Void. Discover hidden gems through the Orbit feed. Feel the city breathing through live Pulse data. Track your journey on your Zenith profile.
Stitch handled everything — streaming generation, in-place AI edits with point-and-click prompts, prototype testing, GitHub codebase sync, and one-click Netlify deployment. The entire frontend — warp transitions, orbital physics, sonar animations — lives in a single index.html.
Live: https://aura-void.netlify.app (https://aura-void.netlify.app/) A browser-based tool that turns any GitHub repo into an instant, visual "intelligence report." You paste a GitHub URL and get a full dashboard back — no sign-up, no auth, no friction. It's a developer-tool / analytics product.
Core features
Health Score (0–100) — production-readiness rating across 7 quality dimensions, with letter grades
Language pie chart — interactive breakdown of language composition
Commit heatmap — GitHub-style 52-week activity grid
Contributor rankings — top 10 contributors with avatars + metrics
Smart dependency detection — parses package.json, requirements.txt, Cargo.toml, go.mod, pom.xml, Gemfile
File tree browser — collapsible directory viewer with file-type icons
README rendering — full GitHub-flavored Markdown with syntax highlighting
Share cards — export a PNG summary for social media
Tech stack
LayerTechFrontendReact 18, Vite, Tailwind CSS, Recharts, react-markdownBackend (optional)Python 3.12, FastAPI, httpx, file-based caching, slowapi rate limitingDeployGitHub Pages (frontend), Railway (backend, optional)
How it works
The frontend runs entirely in the browser and talks directly to GitHub's REST API — that's why the live demo needs no setup or login (limited to ~60 requests/hour unauthenticated). The FastAPI backend is optional, and only exists to add caching and rate-limit relief when you self-host.
Run it locally
Or docker compose up --build. Full-Scale eCommerce Platform
Developed a complete multi-product eCommerce platform using PrestaShop with a fully functional retail management system. The platform includes product catalogue management, shopping cart functionality, secure checkout flow, and responsive UI optimized for customer conversions. Built to support scalable online retail operations with smooth product browsing and order management. Because modern customers abandon a site if it loads 0.7 seconds slower than their patience.
Tech Stack: PrestaShop, PHP, MySQL
Corporate Identity Website
Designed and developed a professional corporate website focused on brand presentation, service showcase, and lead generation. The website features a clean modern layout, responsive design, structured service sections, and conversion-focused user experience to strengthen the company’s online presence and credibility.
Tech Stack: WordPress, PHP, CSS
Public School Website
Built a fully featured public-facing school website with dedicated sections for admissions, announcements, galleries, blogs, and institutional information. The platform was designed to improve communication between the school and parents while maintaining a clean and accessible user experience across devices. Also integrated with the institution’s management workflow for streamlined content handling.
Tech Stack: WordPress, PHP VitaCare🚀
1. Immutable Health Records (Blockchain & AES-256 Encryption)
I moved beyond standard database storage to build a Tamper-Proof Medical Ledger. I learned how to implement a hybrid storage strategy where sensitive patient data is encrypted via AES-256 at the application layer before being anchored to a blockchain. This taught me how to ensure absolute data integrity, making medical histories immutable while providing a verifiable audit trail for every access request.
2. Privacy-First Consent Logic (Granular Data Sharing)
Architecting the "Time-Limited Access" protocol taught me how to handle high-stakes privacy. I engineered a system where patients can issue temporary, scoped decryption keys to doctors via smart contracts. This taught me how to implement a Zero-Trust architecture, ensuring that healthcare providers only see what they need, exactly when they need it, with access automatically revoking after a set TTL (Time-To-Live).
3. Edge-Optimized Backend & Secure Validation
By leveraging Supabase Edge Functions, I learned how to move critical business logic closer to the user while maintaining a "Thick-Client, Secure-Server" model. I architected isolated server-side environments for data validation and healthcare-specific compliance checks, which taught me how to drastically reduce latency in high-volume environments without compromising on server-side security.
4. Proactive Health Intelligence (Predictive Monitoring)
I leveled up my AI integration skills by building an Advanced Command Center for Disease Surveillance. I learned how to aggregate anonymized, real-time data from disparate sources—including IoT wearable integrations—to generate heatmaps for disease outbreaks. This taught me the complexity of Geospatial Data Engineering and how to turn passive monitoring into proactive healthcare interventions.
5. Multi-Platform Synchronization (Unified Digital Ecosystem)
Building a system that bridges Citizens, Doctors, and Government officials taught me the challenges of Cross-Stakeholder State Management. I learned how to maintain a "Single Source of Truth" across a multilingual Next.js web ecosystem and mobile interfaces, ensuring that a life-saving update on a doctor's portal is reflected on a patient's mobile dashboard in near real-time.
6. Inclusive Design & Localized Accessibility
To tackle the diversity of the Indian healthcare landscape, I implemented a Multilingual UI Framework. I learned how to architect a scalable localization layer that supports regional languages, ensuring that the platform is accessible to rural citizens. This taught me the importance of Inclusive UX Engineering—where the technical complexity is hidden behind a simple, high-impact interface for non-technical users.