Back to articles
How I built my portfolio with React + TypeScript (Lighthouse 97/100)

How I built my portfolio with React + TypeScript (Lighthouse 97/100)

via Dev.to Reactdorbin.dev

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! πŸ”₯

Continue reading on Dev.to React

Opens in a new tab

Read Full Article
6 views

Related Articles