tbakerx /
react-resume-template
A personal resume website template built with React.js, Typescript, Next.js, and styled with Tailwind css
92/100 healthLoading repository data…
danielbode / repository
Personal portfolio website built with Next.js, TypeScript, and Tailwind CSS. Fully bilingual (EN/DE) with language-aware routing.
A transparent discovery signal based on current public GitHub metadata.
This score does not audit code, security, maintainers, documentation quality, or suitability. Verify the repository and its current documentation before adoption.
Source code for my personal portfolio at danielbode.me.
Built with Next.js 16, React 19, TypeScript, and Tailwind CSS v4.
This is a single-page portfolio with a sticky navbar that scrolls between sections. A few things worth noting about how it works:
src/lib/translations.ts as a plain object keyed by "en" | "de". No i18n library. Language state is managed via a React context (LanguageContext) and the active language is stored in the URL path (/en/..., /de/...). Switching language remaps the current URL slug to its equivalent in the other language without a page navigation./en/experience vs /de/erfahrung). The mapping lives in src/lib/sectionSlugs.ts. An IntersectionObserver in the Navbar keeps the URL bar in sync as the user scrolls.next-themes, respects system preference on first visit.[lang] prefix on every route. Legal pages (/[lang]/imprint, /[lang]/impressum, etc.) render the same component, switching content based on the language context.| Layer | Technology |
|---|---|
| Framework | Next.js 16 (App Router) |
| Language | TypeScript 5 |
| Styling | Tailwind CSS v4 |
| Theme | next-themes |
| Icons | lucide-react |
| Unit Tests | Jest + React Testing Library |
| E2E Tests | Playwright |
npm install
npm run dev
Open http://localhost:3000.
npm run build # production build / type-check
npm test # unit tests
npm run test:e2e # Playwright e2e tests
Selected from shared topics, language and repository description—not editorial ratings.
tbakerx /
A personal resume website template built with React.js, Typescript, Next.js, and styled with Tailwind css
92/100 healthnelsonlaidev /
My personal website built with TypeScript, Next.js, and TailwindCSS
89/100 healththeodorusclarence /
Old repository of my personal website. The revamped and new design is closed-source ✌️
89/100 healthenjidev /
a monorepo for my personal website and projects, built with Turborepo + pnpm 📚
79/100 healthjktrn /
My personal website, built with Astro, CSS, and love.
78/100 healthaulianza /
🔥 Personal website & portfolio, built from scratch using Next.js, TypeScript, Tailwind CSS, SWR, MDX, Firebase and Prisma.
85/100 health