terminal
Loading...
A modern, dark-themed personal portfolio website built with Next.js 16 and Tailwind CSS. Features a dynamic admin dashboard for content management, contact form with email integration, and smooth animations.
Full CRUD operations for managing projects, profile, and about section. Secure login with JWT authentication.
Tech: Next.js Server Actions / Prisma / JWT
Content All content (projects, bio, profile image) is stored in PostgreSQL and fetched dynamically. No hardcoded data.
Tech: PostgreSQL / Prisma ORM / Neon
Fully responsive layout optimized for mobile, tablet, and desktop. Dark-mode only aesthetic.
Tech: Tailwind CSS
Functional contact form with validation, sends emails to owner via Resend API.
Tech: React Hook Form / Zod / Resend