Skip to content

suphero/personal-website

Repository files navigation

Harun Sokullu - Personal Website

Modern, professional personal website built with Next.js, TypeScript, and Tailwind CSS.

Features

  • 🎨 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

Tech Stack

  • Framework: Next.js 16 with App Router
  • Language: TypeScript
  • Styling: Tailwind CSS
  • Deployment: Netlify

Development

# Install dependencies
npm install

# Run development server
npm run dev

# Build for production
npm run build

# Start production server
npm start

Open http://localhost:3000 to view the site.

Deployment

This site is configured for Netlify deployment:

  1. Connect your repository to Netlify
  2. Build command: npm run build
  3. Publish directory: out
  4. Deploy!

Project Structure

├── 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

License

MIT

Author

Harun Sokullu

About

My Personal Web Site

Topics

Resources

Stars

Watchers

Forks

Contributors