View live preview here
This is a personal portfolio website built with Next.js, Tailwind CSS, and other modern web technologies.
- Modern UI with Tailwind CSS
- Responsive design
- Dynamic projects section
- Blog integration with dev.to
- Contact form
- Deployment ready
First, run the development server:
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun devOpen http://localhost:3000 with your browser to see the result.
To customize the portfolio, edit the files in utils/data/.
export const personalData = {
name: "Priyank Diyora",
profile: '/profile.jpg',
designation: "Full Stack Software Developer",
description: "Java Backend Developer with 1+ year of professional experience building and maintaining Spring Boot-based microservices and RESTful APIs on production systems. Skilled in designing secure, scalable backend architectures with JWT-based authentication and Role-Based Access Control (RBAC).",
description2: "Strong problem-solving foundation with 150+ LeetCode problems solved. Eager to apply and deepen expertise in cloud-based SaaS platforms, microservices architecture, and enterprise-grade Java development within a global engineering team.",
email: "az.priyankdiyora@gmail.com",
phone: "+91 8849455960",
address: "Surat, IN",
github: "https://github.com/prdiyora",
facebook: "",
linkedIn: "https://www.linkedin.com/in/priyank-diyora/",
twitter: "",
stackOverflow: "",
leetcode: "https://leetcode.com/u/prdiyora/",
devUsername: "prdiyora",
resume: ""
}