A modern, responsive portfolio website built with Next.js, showcasing my projects, skills, and professional experience as a Full Stack Developer.
- Responsive design with Tailwind CSS
- Project showcase with live demos and GitHub links
- Skills section (MERN Stack, Next.js, etc.)
- Functional contact form with email integration
- Resume download button
Next.js 15 • Tailwind CSS • Lucide React • Nodemailer
- Clone and install:
git clone https://github.com/manan2324/manan-portfolio.git
cd manan-portfolio
npm install-
Configure email (optional):
- Create
.env.localfile:
EMAIL_USER=your-email@gmail.com EMAIL_PASS=your-gmail-app-password - Create
-
Run development server:
npm run devVisit http://localhost:3000
- Projects: Edit
projects_datainsrc/components/Project.js - Skills: Edit
skills_datainsrc/components/About.js - Resume: Add
Manan_resume.pdftopublicfolder - Contact Email: Update recipient in
src/app/api/send-email/route.js
Deploy to Vercel:
- Push to GitHub
- Import repository to Vercel
- Add environment variables (
EMAIL_USER,EMAIL_PASS) - Deploy
Email: patelmanan5656@gmail.com
GitHub: @manan2324
Built with ❤️ by Manan Patel