✨ New Features: - Complete dark theme redesign with glassmorphism effects - Responsive admin dashboard with collapsible projects list - Enhanced markdown editor with live preview - Project image upload functionality - Improved project management (create, edit, delete, publish/unpublish) - Slug-based project URLs - Legal pages (Impressum, Privacy Policy) - Modern animations with Framer Motion 🔧 Improvements: - Fixed hydration errors with mounted state - Enhanced UI/UX with better spacing and proportions - Improved markdown rendering with custom components - Better project image placeholders with initials - Conditional rendering for GitHub/Live Demo links - Enhanced toolbar with categorized quick actions - Responsive grid layout for admin dashboard 📱 Technical: - Next.js 15 + TypeScript + Tailwind CSS - Local storage for project persistence - Optimized performance and responsive design
31 lines
711 B
Markdown
31 lines
711 B
Markdown
# Dennis Konkol Portfolio - Modern Dark Theme
|
|
|
|
Ein modernes, responsives Portfolio mit dunklem Design, coolen Animationen und einem integrierten Markdown-Editor.
|
|
|
|
## Features
|
|
|
|
- **Dunkles Theme** mit Glassmorphism-Effekten
|
|
- **Responsive Design** für alle Geräte
|
|
- **Smooth Animationen** mit Framer Motion
|
|
- **Markdown-Editor** für Projekte
|
|
- **Admin Dashboard** für Content-Management
|
|
|
|
## Technologien
|
|
|
|
- Next.js 15 mit App Router
|
|
- TypeScript für Type Safety
|
|
- Tailwind CSS für Styling
|
|
- Framer Motion für Animationen
|
|
- React Markdown für Content
|
|
|
|
## Installation
|
|
|
|
npm install
|
|
npm run dev
|
|
|
|
## Verwendung
|
|
|
|
- `/` - Homepage
|
|
- `/projects` - Alle Projekte
|
|
- `/admin` - Admin Dashboard mit Markdown-Editor
|