←All work03 / 04
GitHub Favorites
Your go-to repositories, one heart away — a hand-picked list right in GitHub's sidebar.
- Year
- 2026
- Role
- Author
- Stack
- JavaScript · Chrome MV3 · CSS · Playwright
- Links
- GitHub ↗
Overview
GitHub's “Top repositories” is useful, but you can't choose what stays there. GitHub Favorites adds a list you control: heart a repository, find it in the sidebar, drag it into place.
What I built
- 01A heart button next to every repository name, with a small celebratory animation.
- 02Favourites section styled like GitHub itself, in light and dark themes.
- 03Search across all favourites, drag & drop and keyboard reordering (Alt + ↑/↓).
- 04Queued writes so changes stay consistent across open tabs.
Highlights
- No build step, no token, no server — data lives in chrome.storage.local.
- Respects reduced-motion preferences.
- End-to-end tests with Playwright.