Commit Graph

56 Commits

Author SHA1 Message Date
admin d42d1d0b26 docs: Update progress for Task 6 (Hero component) 2026-02-10 16:34:06 +00:00
admin 2ac69c7796 Update progress: Task 5 completed (FloatingNav component) 2026-02-10 16:27:29 +00:00
admin 60b005cf3b Update progress: Task 4 completed (ECGAnimation component) 2026-02-10 16:10:27 +00:00
admin 77c03144a9 Task 2 & 3: Set up project structure and build BootSequence component
- Task 2: Project structure and types already complete from Task 1
- Task 3: Create BootSequence component with Framer Motion
  - 14 boot lines with 220ms staggered delays
  - Terminal typing animation with opacity/translateY transitions
  - Blinking cursor using CSS animation
  - AnimatePresence for 800ms exit fade
  - Total boot time ~4.28s matching concept.html
- Update App.tsx to use BootSequence with phase transitions
2026-02-10 15:59:44 +00:00
admin f140c16881 Task 1: Initialize React project with Vite, TypeScript, Tailwind
- Scaffolded project with React 18, Vite, TypeScript
- Configured Tailwind CSS with custom design tokens (teal, coral, ecg colors)
- Added Framer Motion and Lucide React dependencies
- Set up Google Fonts (Fira Code, Plus Jakarta Sans, Inter Tight)
- Created TypeScript interfaces for CV data types
- Added utility function for skill gauge calculations
- Quality checks passing: typecheck, build, lint all clean
2026-02-10 15:39:29 +00:00
admin 4c1af9ecaf Ralph iteration 1: work in progress 2026-02-10 15:15:41 +00:00