finds.dev← search

// the find

machadop1407/beautiful-react-tailwind-portfolio

★ 208 · JavaScript · updated May 2025

A tutorial companion repo for a YouTube video on building a developer portfolio with React, Vite, and Tailwind. It's a starting template with dark mode, animated backgrounds, a skills grid, and a projects showcase — aimed at developers who want a polished personal site without designing from scratch.

Uses Radix UI primitives for the interactive pieces, which means the dark mode toggle and toast notifications have reasonable accessibility baked in rather than rolled by hand. Vite setup is clean and idiomatic. The component breakdown is sensible — one file per section, nothing doing double duty. Lucide icons are a good call over FontAwesome for a Tailwind project; tree-shaking works properly.

The README still contains placeholder text ('YOUR_VIDEO_ID', 'yourusername', 'Add screenshots here') — it was committed before the tutorial shipped, so the repo feels half-finished. TypeScript is listed as 'optional' but there's no TS config and the entire codebase is JSX, meaning you'd be wiring it yourself. All project data appears to be hardcoded in the components rather than a data file, so customising it means hunting through JSX instead of editing a single config. 145 forks against 208 stars suggests people are using it as a template, not contributing, which means bug fixes are unlikely to flow back.

View on GitHub → Homepage ↗

// want more like this?

We dig through GitHub every week and send a few repos picked for what you actually care about — each with an honest take like this one.

Get finds in your inbox → Search again →