🚀 Live Portfolio: https://surajbhanarkar.vercel.app/
👨💻 Author: Suraj Bhanarkar
💼 Role: Full Stack Software Engineer
📍 Tech Focus: MERN · Next.js · Scalable Web Apps
This repository contains the source code for my personal portfolio website, built to present my professional experience, technical expertise, and real-world projects as a Full Stack Developer.
The portfolio is designed with recruiters and hiring managers in mind, focusing on:
- Clean & modern UI
- SEO-friendly architecture
- High performance & fast load times
- Clear presentation of skills and experience
Screenshots are taken from the live deployed application.
- ⚡ SEO Optimized (Next.js App Router + Metadata API)
- 🧩 Server Components for Performance
- 📱 Fully Responsive Design
- 🌗 Dark / Light Mode Toggle
- 🧠 Clean, Scalable Architecture
- 🔗 Smooth Navigation & Internal Linking
- 📬 Working Contact Form Integration
- 🚀 Optimized Core Web Vitals
- Next.js (App Router)
- React
- TypeScript
- Tailwind CSS
- shadcn/ui
- Node.js
- REST APIs
- EmailJS (Contact Form)
- Git & GitHub
- Vercel
- Google Search Console
- Lighthouse Audits
├── app/
│ ├── layout.tsx
│ ├── page.tsx
│ ├── projects/
│ ├── experience/
│ ├── contact/
│ └── blog/
├── components/
├── public/
│ ├── images/
│ └── screenshots/
├── styles/
├── .env.example
└── README.md