A modern, static portfolio website built with Next.js showcasing your skills, experience, projects, and achievements.
- 📱 Fully responsive design
- 🎨 Clean, professional dark theme
- 📊 Data-driven content from JSON files
- 🚀 Fast and optimized
- 📧 Contact via WhatsApp and Email
- 🎯 Sections for:
- About/Hero
- Skills & Technologies
- Work Experience
- Projects
- Education
- Awards & Recognition
- Testimonials
- Contact
-
Update your data: Edit the JSON files in the
/datafolder with your information:profile.json- Your name, bio, and social linksskills.json- Your technical skillsexperience.json- Work experienceprojects.json- Your projectseducation.json- Educational backgroundawards.json- Awards and recognitiontestimonials.json- Client/colleague testimonials
-
Configure environment variables:
- Copy
.env.exampleto.env.local - Update with your WhatsApp number and email: ``` NEXT_PUBLIC_WHATSAPP_NUMBER=1234567890 NEXT_PUBLIC_EMAIL=your.email@example.com ```
- Copy
-
Customize the theme (optional):
- Edit
app/globals.cssto change colors - Current theme uses a professional dark blue palette
- Edit
This portfolio can be deployed to Vercel with one click using the "Publish" button in v0, or you can:
- Push to GitHub
- Connect to Vercel
- Add environment variables in Vercel dashboard
- Deploy!
- Colors: Edit the CSS variables in
app/globals.css - Content: Update JSON files in
/datafolder - Images: Replace placeholder images with your own
- Sections: Add/remove sections in
app/page.tsx
- Next.js 15
- TypeScript
- Tailwind CSS v4
- Lucide Icons
- shadcn/ui components