A modern, responsive personal developer portfolio website built with Next.js and TailwindCSS. This website showcases skills, projects, and professional experience in an engaging and professional manner.
- Responsive Design: Looks great on all devices from mobile to desktop
- Modern UI: Clean, minimalistic, and visually appealing design
- Dark Mode Support: Automatically adapts to user preferences
- Optimized Performance: Fast loading and smooth animations
- SEO Friendly: Proper metadata and semantic HTML
- Framework: Next.js (React framework)
- Styling: TailwindCSS (Utility-first CSS framework)
- TypeScript: Type-safe JavaScript
- Deployment: Ready for deployment on Vercel or any hosting platform
- Hero: Brief introduction with a professional photo and tagline
- About: Short bio highlighting expertise and experience
- Skills: Visual representation of technical skills
- Projects: Featured projects with thumbnails, descriptions, and links
- Experience: Timeline of work experience and key contributions
- Contact: Contact form and links to social profiles
- Node.js (v18 or later)
- pnpm (v9 or later)
# Install dependencies
pnpm install
# Run development server
pnpm dev
# Build for production
pnpm build
# Start production server
pnpm startAll CV/resume data is stored in src/cv.json following the JSON Resume schema with some extensions. Update this file to modify the content of the website.
MIT