43aa83631778cd19b6f2d54d2718e51e0f261898
- Replaced all font-inter references with font-ui (Elvaro Grotesque) - Updated font-mono to font-geist for codes and dates ([MGT001], Jul 2024, etc.) - Changed hover colors from bg-blue-50 to bg-[#EFF6FF] (blue tint) - Added shadow-pmr to both Active and Resolved Problems cards - Switched from CSS transitions to Framer Motion for expand/collapse animations - AnimatePresence with height-only animation (no opacity fade per guardrail) - Chevron rotation via motion.div (180° when expanded) - prefersReducedMotion support (duration: 0) - Updated font sizes: text-[13px] for headers, text-[14px] for body, text-xs for labels - TrafficLight component now uses font-ui for text labels - Added AccessibilityContext integration (setExpandedItem for breadcrumb) - Mobile cards: added shadow-pmr, updated all font references to font-ui/font-geist - Added focus-visible rings on linked consultation buttons Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
Andy Charlwood - Interactive CV
A distinctive interactive portfolio website featuring a three-phase cinematic loading experience: terminal boot sequence → ECG heartbeat animation → main content. Built with React, TypeScript, and Vite.
Features
- Three-Phase Loading Experience: Terminal boot (~4s) → ECG animation (~5-6s) → content reveal
- Interactive Sections: Hero, Skills, Experience, Education, Projects, Contact
- Smooth Animations: Framer Motion for scroll reveals and staggered transitions
- SVG Skill Visualization: Circular progress indicators for skill levels
- Floating Navigation: Active section tracking as you scroll
- Responsive Design: Tailwind CSS with custom breakpoints
Tech Stack
- Framework: React 18 + TypeScript
- Build Tool: Vite 6
- Styling: Tailwind CSS 3
- Animations: Framer Motion + Canvas API
- Icons: Lucide React
- Linting: ESLint 9
Getting Started
# Install dependencies
npm install
# Start development server
npm run dev
# Build for production
npm run build
# Preview production build
npm run preview
Available Scripts
| Command | Description |
|---|---|
npm run dev |
Start dev server (localhost:5173) |
npm run build |
TypeScript compile + Vite production build |
npm run typecheck |
TypeScript type checking only |
npm run lint |
Run ESLint |
npm run preview |
Preview production build |
Project Structure
src/
├── components/ # React components (PascalCase)
├── hooks/ # Custom hooks (use* prefix)
├── lib/ # Utility functions
├── types/ # TypeScript interfaces
├── App.tsx # Phase manager (root component)
└── index.css # Global styles + Tailwind
Design Tokens
- Primary: Teal
#00897B - Accent: Coral
#FF6B6B - Fonts: Plus Jakarta Sans (primary), Inter Tight (secondary), Fira Code (mono)
- Breakpoints: xs 480px, sm 640px, md 768px, lg 1024px, xl 1280px
License
Private - All rights reserved.
Languages
TypeScript
71.7%
HTML
25.5%
CSS
2.3%
JavaScript
0.5%