Louis 3e3a6dd125 Enhances UI with i18n, theme persistence and navigation
Adds internationalization (i18n) support using i18next, enabling multi-language support.

Persists theme selection in local storage, providing a consistent user experience across sessions.

Implements smooth scrolling navigation to different sections of the page.

Introduces a "Projects" section using a routing system, with tabs for professional and personal endeavors and detailed views using framer-motion for smooth transitions.

Includes updated resume PDFs.
2025-10-28 14:21:02 +01:00
2025-10-24 14:24:49 +02:00
2023-11-17 17:59:07 +01:00
2025-10-24 14:24:49 +02:00
2025-10-24 14:24:49 +02:00
2023-11-17 18:50:05 +01:00
2023-11-17 17:59:32 +01:00
2025-10-24 14:24:49 +02:00
2023-11-17 17:59:32 +01:00
2023-11-17 17:59:32 +01:00
2025-10-24 14:24:49 +02:00

React + TypeScript + Vite

This template provides a minimal setup to get React working in Vite with HMR and some ESLint rules.

Currently, two official plugins are available:

Expanding the ESLint configuration

If you are developing a production application, we recommend updating the configuration to enable type aware lint rules:

  • Configure the top-level parserOptions property like this:
export default {
  // other rules...
  parserOptions: {
    ecmaVersion: 'latest',
    sourceType: 'module',
    project: ['./tsconfig.json', './tsconfig.node.json'],
    tsconfigRootDir: __dirname,
  },
}
  • Replace plugin:@typescript-eslint/recommended to plugin:@typescript-eslint/recommended-type-checked or plugin:@typescript-eslint/strict-type-checked
  • Optionally add plugin:@typescript-eslint/stylistic-type-checked
  • Install eslint-plugin-react and add plugin:react/recommended & plugin:react/jsx-runtime to the extends list
Description
My portfolio
Readme 2.6 MiB
Languages
TypeScript 96%
CSS 3%
JavaScript 0.6%
HTML 0.4%