How I built my portfolio with React + TypeScript (Lighthouse 97/100)
How I built my portfolio with React + TypeScript (Lighthouse 97/100) I'm an 18 y/o self-taught frontend dev and just finished my personal portfolio site. š ļø Stack React 18 + TypeScript ā core fram...

Source: DEV Community
How I built my portfolio with React + TypeScript (Lighthouse 97/100) I'm an 18 y/o self-taught frontend dev and just finished my personal portfolio site. š ļø Stack React 18 + TypeScript ā core framework Vite over CRA ā faster builds, better DX Tailwind CSS ā no time wasted on CSS Framer Motion ā smooth animations without headaches i18next ā multilingual (RU/EN/DE) EmailJS ā contact form without a backend ā” Performance Metric Score Performance 97 Accessibility 94 Best Practices 100 SEO 100 š¤ Hardest part Getting Lighthouse performance above 95 ā ended up optimizing images to WebP and fixing a few render-blocking issues. š Links Live demo: https://personal-portfolio-landing-theta.vercel.app GitHub: https://github.com/dorbinDevFRLNCR/personal-portfolio-landing Feedback welcome! š„