f73b46178fbf03df7bd690160529c3ae8b876049
Created comprehensive verification documentation for manual keyboard navigation testing. Verification includes: - Desktop navigation focus state testing across 6 pages - Mobile sidebar focus state testing - WCAG 2.1 Level AA compliance verification (Success Criterion 2.4.7) - Cross-browser compatibility testing - Contrast ratio calculations (4.5:1 and 6.5:1 ratios confirmed) - State interaction testing (hover, active, focus) Documentation created: - VERIFICATION_REPORT.md: Detailed testing checklist with accessibility compliance - TESTING_INSTRUCTIONS.md: Quick-start manual testing guide Focus state implementation confirmed in NavLink component: - Pattern: focus:outline-none focus:ring-2 focus:ring-zinc-600 focus:ring-offset-2 focus:ring-offset-zinc-950 - Location: src/components/layout/NavLink.tsx (line 30) - Matches existing design system patterns Ready for manual browser testing via npm run dev at http://localhost:3000 Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
Portfolio - Damjan Savić
Personal portfolio website showcasing my work as an AI & Automation Specialist based in Germany.
Live: damjan-savic.com
Current Role
Process Automation Specialist @ Everlast Consulting GmbH (since Dec 2024)
- Developing AI agents with n8n and Zapier
- Building web scraping solutions
- Migration from Power Automate to n8n
Tech Stack
Frontend
- React 18 - UI Framework with Suspense & Lazy Loading
- TypeScript - Type-safe development
- Vite - Build tool & dev server
- Tailwind CSS - Utility-first styling with custom design tokens
- Framer Motion - Animations & page transitions
Content & Internationalization
- MDX - Markdown + JSX for blog posts and project pages
- i18next - Multi-language support (German, English, Serbian)
- react-helmet-async - SEO meta tags & structured data
Backend & Services
- Supabase - Database & Authentication
- Google Analytics 4 - Privacy-compliant analytics with cookie consent
PWA & Performance
- Workbox - Service Worker & caching strategies
- vite-plugin-pwa - Progressive Web App functionality
- Code Splitting - Vendor chunks for React, MDX, i18n, UI libraries
Testing & Quality
- Vitest - Unit testing
- Testing Library - React component testing
- ESLint - Code linting
Features
- Multi-language support - DE/EN/SR with automatic language detection
- Progressive Web App - Installable, offline-capable
- SEO optimized - Structured data (Schema.org), sitemap generation
- Responsive Design - Mobile-first approach
- Cookie Consent - GDPR-compliant with granular category control
- Blog System - MDX-based with frontmatter support
- Portfolio Gallery - Dynamic project showcase with filtering
- Contact Form - Integrated with backend services
Pages
| Route | Description |
|---|---|
/ |
Homepage with Hero, Experience, Skills, Projects, FAQ |
/about |
Detailed profile, skills matrix, workflow, journey |
/portfolio |
Project gallery with category filters |
/portfolio/:slug |
Individual project detail pages |
/blog |
Blog post listing |
/blog/:slug |
Individual blog posts |
/contact |
Contact form & info |
/privacy |
Privacy policy |
/terms |
Terms of service |
/imprint |
Legal imprint |
Project Structure
src/
├── components/ # Reusable UI components
├── hooks/ # Custom React hooks
├── i18n/ # Translations (de, en, sr)
├── pages/ # Page components
│ ├── home/
│ ├── about/
│ ├── portfolio/
│ │ └── projects/ # MDX project files
│ ├── blog/
│ └── contact/
├── styles/ # Global styles
├── utils/ # Helper functions
├── routes.tsx # Route definitions
└── App.tsx # Root component
Development
# Install dependencies
npm install
# Start dev server
npm run dev
# Build for production
npm run build
# Run tests
npm test
# Preview production build
npm run preview
Key Technologies Used
Languages: TypeScript, Python, MDX
AI & Automation: GPT-4 API, Claude API, Vapi Voice AI, n8n, Zapier
Frontend: React, Next.js, Tailwind CSS, Framer Motion, Lucide Icons
Backend: Supabase (PostgreSQL, Auth), WebSocket
Build Tools: Vite, PostCSS, Terser
Testing: Vitest, Testing Library, JSDOM
DevOps: ESLint, Git, PWA/Service Workers, Vercel, Docker
Contact
- Email: info@damjan-savic.com
- Phone: +49 175 695 0979
- LinkedIn: linkedin.com/in/damjan-savic
Built with React + TypeScript + Vite
Languages
TypeScript
97.5%
CSS
1.7%
PLpgSQL
0.8%