UgolinOlle / portfolio-v1

My simple portfolio

Home Page:https://ugolin-olle.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Portfolio

License GitHub last commit GitHub stars GitHub issues GitHub forks

Ce dépôt contient le code source de mon portfolio personnel. Vous pouvez y trouver des informations sur moi, mes projets et mes compétences techniques.

Structure du Projet

Le projet est organisé de la manière suivante :

.
├── components
│  ├── Header.tsx
│  ├── NavigationLink.tsx
│  ├── ThemeSwitcher.tsx
│  └── ui
│     ├── Button.tsx
│     ├── Link.tsx
│     ├── Section.tsx
│     └── Title.tsx
├── LICENSE
├── next.config.js
├── package.json
├── pages
│  ├── 404.tsx
│  ├── _app.tsx
│  ├── _document.tsx
│  ├── about.tsx
│  ├── api
│  │  └── github.ts
│  ├── index.tsx
│  ├── projects
│  │  └── index.tsx
│  └── tech.tsx
├── postcss.config.js
├── public
│  ├── 42_Logo.png
│  ├── 42 Logo.svg
│  ├── favicon.ico
│  ├── profile-pic.png
│  ├── projects
│  │  ├── get_next_line
│  │  │  ├── logo-black.svg
│  │  │  ├── logo-color.svg
│  │  │  ├── logo-no-background.svg
│  │  │  └── logo-white.svg
│  │  ├── printf
│  │  │  ├── logo-black.svg
│  │  │  ├── logo-color.svg
│  │  │  ├── logo-no-background.svg
│  │  │  └── logo-white.svg
│  │  └── talent_flow
│  │     ├── logo-black.svg
│  │     ├── logo-color.svg
│  │     ├── logo-no-background.svg
│  │     └── logo-white.svg
│  └── tech
│     ├── bag.webp
│     ├── discord.jpeg
│     ├── Docker logo.svg
│     ├── insomnia.png
│     ├── intellij.png
│     ├── iterm.png
│     ├── keyboard.webp
│     ├── mac.jpg
│     ├── mouse.webp
│     ├── notion_logo.png
│     ├── slack.png
│     ├── tableplus.webp
│     ├── todoist.png
│     └── vscode.jpeg
├── README.md
├── styles
│  └── globals.css
├── tailwind.config.ts
├── tsconfig.json
├── utils
│  ├── api.js
│  ├── constants.ts
│  └── interfaces
│     └── about.ts
└── yarn.lock

Langages, Frameworks et Packages Utilisés

  • Langages de Programmation : JavaScript, TypeScript
  • Frameworks : Next.js
  • Outils de Build : Webpack, Babel
  • Gestionnaire de Packages : Yarn
  • CSS : Tailwind CSS
  • Préprocesseur CSS : PostCSS
  • Gestion de Version : Git, GitHub
  • Intégration de Données : API GitHub

Comment Démarrer

  1. Clonez ce dépôt sur votre machine locale.
git clone https://github.com/UgolinOlle/portfolio-v1.git
  1. Exécutez yarn install pour installer les dépendances.
  2. Exécutez yarn dev pour lancer l'application en mode développement.
  3. Ouvrez votre navigateur et accédez à http://localhost:3000 pour voir le portfolio.

Licence

Ce projet est sous licence MIT - voir le fichier LICENSE pour plus de détails.

© Ugolin Ollé

About

My simple portfolio

https://ugolin-olle.com/

License:MIT License


Languages

Language:TypeScript 97.6%Language:CSS 2.0%Language:JavaScript 0.4%