From 6303c7e846612281c810f18fef352fe35a571df8 Mon Sep 17 00:00:00 2001 From: corenthin Date: Sun, 14 Sep 2025 23:14:10 +0200 Subject: [PATCH] Actualiser README.md --- README.md | 32 -------------------------------- 1 file changed, 32 deletions(-) diff --git a/README.md b/README.md index 47be65c..4e163f7 100644 --- a/README.md +++ b/README.md @@ -1,37 +1,5 @@ -🚀 Stack technique -React 18 - : bibliothèque pour l’UI -TypeScript - : typage statique - -Vite - : build tool rapide - -SWC - : transpilation ultra-rapide - -pnpm - : gestionnaire de paquets - -📂 Structure du projet -src/ -├── assets/ # Images, icônes -├── components/ # Composants UI réutilisables -│ ├── common/ # Boutons, inputs, loaders, etc. -│ └── layout/ # Header, Footer, Sidebar -├── contexts/ # Context API -├── features/ # Modules fonctionnels (auth, player, library…) -├── hooks/ # Custom hooks -├── pages/ # Pages principales (Home, Login, NotFound…) -├── services/ # API Jellyfin & intégrations -├── store/ # State management (Zustand/Redux…) -├── styles/ # Fichiers CSS globaux / config Tailwind -├── types/ # Types et interfaces TypeScript -├── utils/ # Fonctions utilitaires -├── App.tsx # Entrée principale React -└── main.tsx # Bootstrap + Router ⚡ Installation & lancement 1. Cloner le repo