A minimal, single-page portfolio built with Next.js 15, TypeScript, and Tailwind CSS.
- ⚡️ Next.js 15 with App Router
- 🎨 Geist & Geist Mono fonts
- 📱 Fully Responsive
- ♿ Accessible
- 🎯 SEO Optimized
- 🚀 Single-page design
Install dependencies:
npm installRun the development server:
npm run devOpen http://localhost:3000 in your browser.
npm run build
npm start- Framework: Next.js 15
- Language: TypeScript 5.7
- Styling: Tailwind CSS 3.4
- Fonts: Geist Sans & Geist Mono
- Deployment: Vercel
├── app/
│ ├── layout.tsx # Root layout with fonts
│ ├── page.tsx # Single-page portfolio
│ └── globals.css # Global styles
├── public/ # Static assets
└── tailwind.config.ts # Tailwind configuration
Push to GitHub and deploy on Vercel - it will automatically detect Next.js and deploy.
MIT