Skip to content

Latest commit

Β 

History

24 Commits

Folders and files

NameName
Last commit message
Last commit date
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

πŸ’Ό Akshat Bhardwaj - Portfolio

A premium, interactive portfolio showcasing full-stack development expertise, AI/ML specialization, and multi-agent systems architecture. Built with cutting-edge web technologies for optimal performance and user experience.

Live Portfolio GitHub LinkedIn


🎯 Quick Access

Resource Link
🌐 Live Portfolio View on Vercel
πŸ“Š Projects See featured work below
πŸ’¬ Contact Email | GitHub

✨ Highlights

  • Interactive 3D Hero - Spline-powered robot character animation
  • Technical Arsenal - 30+ technologies with professional branding
  • Professional Timeline - 4-year journey (2023-2026) with milestones
  • Featured Projects - 3 production-grade projects with live demos
  • Performance Optimized - ~500KB gzipped, 90+ Lighthouse score
  • Responsive Design - Mobile-first approach with Tailwind CSS v4
  • Smooth Interactions - Lenis smooth scrolling + Framer Motion animations

πŸš€ Deployment on Vercel

One-Click Deploy

Deploy with Vercel

Manual Deployment Steps

  1. Push to GitHub

    git push origin main
  2. Go to vercel.com

    • Sign in with GitHub
    • Click "New Project"
    • Select your PORTFOLIO repository
    • Click "Deploy"
  3. Live in 1-2 minutes! πŸŽ‰


πŸ’» Tech Stack

Frontend Framework

  • Next.js 16 - React metaframework with SSR/SSG
  • React 18 - Component library
  • TypeScript - Type-safe development

Styling & Animations

  • Tailwind CSS v4 - Utility-first CSS framework
  • Framer Motion - Advanced animations
  • Lenis - Smooth scrolling library

3D & UI Components

  • Spline - Interactive 3D scenes
  • Lucide React - Modern SVG icons
  • React Icons - Extended icon library
  • Aceternity UI - Premium components

Image & Media

  • Cloudinary - Image optimization & hosting
  • Next.js Image - Automatic image optimization

Development Tools

  • ESLint - Code quality
  • PostCSS - CSS processing
  • Turbopack - Next.js build engine

πŸ“‚ Project Structure

src/
β”œβ”€β”€ app/
β”‚   β”œβ”€β”€ layout.tsx              # Root layout with metadata
β”‚   β”œβ”€β”€ page.tsx                # Main portfolio page
β”‚   β”œβ”€β”€ favicon.ico             # Site favicon
β”‚   └── globals.css             # Global styles
β”œβ”€β”€ components/
β”‚   β”œβ”€β”€ Hero.tsx                # Hero section with Spline
β”‚   β”œβ”€β”€ Navbar.tsx              # Navigation bar
β”‚   β”œβ”€β”€ ContactForm.tsx         # Contact form component
β”‚   β”œβ”€β”€ 3d-marquee-demo.tsx    # 3D marquee animation
β”‚   β”œβ”€β”€ timeline-demo.tsx       # Professional timeline
β”‚   β”œβ”€β”€ floating-dock-demo.tsx  # Floating dock nav
β”‚   β”œβ”€β”€ sections/
β”‚   β”‚   β”œβ”€β”€ About.tsx           # About section
β”‚   β”‚   β”œβ”€β”€ Skills.tsx          # Technical Arsenal
β”‚   β”‚   β”œβ”€β”€ Projects.tsx        # Featured projects
β”‚   β”‚   β”œβ”€β”€ Timeline.tsx        # Journey timeline
β”‚   β”‚   β”œβ”€β”€ Achievements.tsx    # Milestones & stats
β”‚   β”‚   └── Contact.tsx         # Contact section
β”‚   └── ui/                     # Reusable UI components
β”‚       β”œβ”€β”€ 3d-marquee.tsx
β”‚       β”œβ”€β”€ timeline.tsx
β”‚       β”œβ”€β”€ luminous-cards.tsx
β”‚       β”œβ”€β”€ fey-cards.tsx
β”‚       β”œβ”€β”€ floating-dock.tsx
β”‚       └── counter.tsx
└── lib/
    └── utils.ts                # Utility functions

🎯 Featured Projects

1️⃣ GrandParent Guardian

Intelligent Elderly Care Companion Platform

  • IoT integration for health monitoring
  • Real-time family notifications
  • Predictive health analytics
  • Caregiver dashboard

Tech Stack: React | Node.js | MongoDB | WebSockets | IoT

πŸ”— Live Demo πŸ’» GitHub

2️⃣ ForgeFlow AI

Multi-Agent AI Orchestration Platform

  • Incident classification & risk assessment
  • Predictive maintenance system
  • 2D factory digital twin
  • Automated work order generation
  • PDF reporting & email notifications

Tech Stack: React | Express.js | Google Gemini | LangGraph | WebSockets

πŸ”— Live Demo πŸ’» GitHub

3️⃣ CodePilot Nexus

Engineering Workflow Automation System

  • Multi-agent code review analysis
  • Bug prioritization engine
  • Documentation search via MCP
  • Automated release note generation
  • Sprint summary analytics

Tech Stack: GitHub API | MCP | PDF Export | Analytics

πŸ”— Live Demo πŸ’» GitHub

πŸ› οΈ Technical Arsenal

Languages

Python β€’ JavaScript β€’ C++ β€’ HTML5 β€’ CSS3

Frontend

React β€’ Next.js β€’ Tailwind CSS β€’ Chart.js

Backend

Node.js β€’ Express.js β€’ REST APIs β€’ WebSockets β€’ PDFKit β€’ Nodemailer

Databases

MongoDB β€’ Firebase β€’ MySQL β€’ PostgreSQL

AI/ML

Google Gemini β€’ LangGraph β€’ Prompt Engineering β€’ Multi-Agent Systems β€’ RAG

Cloud & DevOps

AWS β€’ Google Cloud β€’ Docker β€’ Git β€’ MCP


πŸš€ Getting Started

Prerequisites

  • Node.js v18+
  • npm or yarn
  • Git

Installation

# Clone the repository
git clone https://github.com/REAPER2705/PORTFOLIO.git

# Navigate to project
cd PORTFOLIO

# Install dependencies
npm install

# Create environment file
cp .env.example .env.local

# Start development server
npm run dev

Development server runs at http://localhost:3001

Available Commands

# Development
npm run dev          # Start dev server with hot reload

# Production
npm run build        # Optimize build for production
npm run start        # Start production server

# Code Quality
npm run lint         # Run ESLint for code analysis

πŸ“Š Performance Metrics

Metric Value
Bundle Size ~500KB (gzipped)
Lighthouse Score 90+
First Contentful Paint <1.5s
Time to Interactive <2.5s
Images Cloudinary CDN optimized
Code Splitting Automatic via Next.js

🎨 Design Philosophy

Minimal. Premium. Professional.

  • Strong typography for hierarchy
  • Ample whitespace for clarity
  • Dark theme with accent colors
  • No excessive animations
  • Recruiter-friendly layout
  • Accessibility-first approach

πŸ“§ Contact & Connect

Channel Details
Email akshatbhardwaj241103@acropolis.in
GitHub @REAPER2705
LinkedIn akshatbhardwaj
Portfolio View Live

πŸ“œ License

This project is licensed under the MIT License - see the LICENSE file for details.


πŸ™ Credits

Built with:

  • Next.js - Vercel's React framework
  • Tailwind CSS - Utility-first CSS
  • Framer Motion - Animation library
  • Spline - 3D design tool
  • Cloudinary - Image optimization

Built with ❀️ | © 2026 Akshat Bhardwaj

Releases

Packages

Contributors

Languages