Modern, professional personal website built with Next.js, TypeScript, and Tailwind CSS.
- 🎨 Modern, clean design with dark mode support
- 📱 Fully responsive layout
- ⚡ Fast static site generation with Next.js
- 🎯 SEO optimized
- 📊 Project showcase with 20+ projects
- 💼 Professional experience timeline
- 🌐 Ready for Netlify deployment
- Framework: Next.js 16 with App Router
- Language: TypeScript
- Styling: Tailwind CSS
- Deployment: Netlify
# Install dependencies
npm install
# Run development server
npm run dev
# Build for production
npm run build
# Start production server
npm startOpen http://localhost:3000 to view the site.
This site is configured for Netlify deployment:
- Connect your repository to Netlify
- Build command:
npm run build - Publish directory:
out - Deploy!
├── app/ # Next.js app directory
│ ├── experience/ # Experience timeline
│ ├── projects/ # Projects showcase
│ ├── layout.tsx # Root layout
│ └── page.tsx # Home page
├── components/ # React components
├── lib/ # Data and utilities
├── public/ # Static assets
└── styles/ # Global styles
MIT
Harun Sokullu
- GitHub: @suphero
- LinkedIn: suphero
- Website: harunsokullu.com