My personal portfolio site, styled after Windows XP — complete with a taskbar, start menu, and draggable-looking windows. Built with Nuxt and Nuxt UI.
- Home — profile, presentation, links, and languages
- Experience — work history, skills, and education
- Projects — a curated list of personal projects hosted on GitHub and GitLab, with live stats (language breakdown, stars, last activity) fetched client-side from each platform's public API
The site is fully client-rendered (ssr: false) and available in English, French, and Japanese via @nuxtjs/i18n.
Install dependencies:
pnpm installStart the development server on http://localhost:3000:
pnpm devBuild the application for production:
pnpm buildLocally preview the production build:
pnpm previewCheck out the deployment documentation for more information.