๐งโ๐ป Fullstack Portfolio Website โ Built with Next.js (App Router)
A full-featured portfolio website built using Next.js (App Router) with TypeScript, Tailwind CSS, and MDX. This portfolio includes pages for Home, Blog, Projects, and Contact โ designed to showcase your skills, articles, and resume in a professional and responsive layout.
Built with
๐ Pages & Features
๐ Home Page
- Introduction & profile image
- Resume download (
/public/SaibalKole_resume.pdf
) - Navigation to all sections
- Contact button
๐ Blog Page
- Dynamic blog rendering from markdown files in
/posts
- Slugs handled via dynamic route:
/app/blog/[slug]/page.tsx
- Custom blog layout in
components/ui/BlogLayout.tsx
- MDX support via
lib/parseMdx.ts
- Syntax highlighting & metadata
๐ผ Projects Page
- Projects stored in
constants/projects.ts
- Rendered on
/app/project/page.tsx
- Includes title, description, stack, links
๐ฌ Contact Page
- Form with validation
- Sends email via API using
lib/email.ts
- Contact info via
constants/contactMe.ts
- Button component:
ContactButtonHome.tsx
Learn More
To learn more about Next.js, take a look at the following resources:
- Next.js Documentation - learn about Next.js features and API.
- Learn Next.js - an interactive Next.js tutorial.
You can check out the Next.js GitHub repository - your feedback and contributions are welcome!
Deploy on Vercel
The easiest way to deploy your Next.js app is to use the Vercel Platform from the creators of Next.js.
Check out our Next.js deployment documentation for more details.