A modern, responsive portfolio site built with Next.js 14, TypeScript, and Tailwind CSS.
- Framework: Next.js 14 (App Router)
- Language: TypeScript
- Styling: Tailwind CSS (with dark mode)
- Animations: Framer Motion
- Charts: Recharts (radar charts for skills)
- Icons: Lucide React
- Hero — Animated typing tagline, intro, CTAs
- Expertise — Bento grid of what you do
- Projects — 6 featured project cards (with dummy names you can replace)
- Skills & Technologies — Categorized badges + radar visualizations
- Tools I Use — Infinite-scroll marquee
- About Me — Bio, education, experience
- Contact — Contact info, form, and footer
# 1. Install dependencies
npm install
# 2. Run the development server
npm run dev
# 3. Open http://localhost:3000- Personal info: Edit
lib/data.ts - Colors / theme: Edit
tailwind.config.ts(primary color isamber/orange) - Projects: Replace the dummy project entries in
lib/data.ts - Profile photo: Drop your image into
public/profile.jpg - Resume: Add your file as
public/resume.pdf
Easiest deploy is to Vercel — just push to GitHub and import the repo.
Built with the MERN mindset.