diff --git a/.vscode/copilot/project.md b/.vscode/copilot/project.md index 64a0b22..4156aed 100644 --- a/.vscode/copilot/project.md +++ b/.vscode/copilot/project.md @@ -1,4 +1,4 @@ -The project uses TailwindCSS v4 and DaisyUI for it's styling. +The project uses TailwindCSS v4 and daisyUI for it's styling. TSX classes are all in this format: diff --git a/CITATION.cff b/CITATION.cff index 44198b9..598eddb 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -26,5 +26,5 @@ keywords: - Vite - GitHub - GitHub Actions - - DaisyUI + - daisyUI license: GPL-3.0-or-later diff --git a/README.md b/README.md index c8f4561..5241dce 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ Malley is a X-like social media platform.   - +   diff --git a/presentation/assets/ci.png b/presentation/assets/ci.png new file mode 100644 index 0000000..37b1082 Binary files /dev/null and b/presentation/assets/ci.png differ diff --git a/presentation/assets/mobile_share.png b/presentation/assets/mobile_share.png new file mode 100644 index 0000000..3dddcce Binary files /dev/null and b/presentation/assets/mobile_share.png differ diff --git a/presentation/assets/profiles/AFCMS.png b/presentation/assets/profiles/AFCMS.png new file mode 100644 index 0000000..7985790 Binary files /dev/null and b/presentation/assets/profiles/AFCMS.png differ diff --git a/presentation/assets/profiles/emimi.png b/presentation/assets/profiles/emimi.png new file mode 100644 index 0000000..0c92db1 Binary files /dev/null and b/presentation/assets/profiles/emimi.png differ diff --git a/presentation/assets/profiles/raphael.jpg b/presentation/assets/profiles/raphael.jpg new file mode 100644 index 0000000..9638ef7 Binary files /dev/null and b/presentation/assets/profiles/raphael.jpg differ diff --git a/presentation/assets/pwa.svg b/presentation/assets/pwa.svg new file mode 100644 index 0000000..6bdbe4d --- /dev/null +++ b/presentation/assets/pwa.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/presentation/assets/react.svg b/presentation/assets/react.svg new file mode 100644 index 0000000..9af92b9 --- /dev/null +++ b/presentation/assets/react.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/presentation/assets/simpleicons/github.svg b/presentation/assets/simpleicons/github.svg new file mode 100644 index 0000000..538ec5b --- /dev/null +++ b/presentation/assets/simpleicons/github.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/presentation/assets/supabase-schema.png b/presentation/assets/supabase-schema.png new file mode 100644 index 0000000..75ffcba Binary files /dev/null and b/presentation/assets/supabase-schema.png differ diff --git a/presentation/assets/supabase.svg b/presentation/assets/supabase.svg new file mode 100644 index 0000000..86fba46 --- /dev/null +++ b/presentation/assets/supabase.svg @@ -0,0 +1,58 @@ + + diff --git a/presentation/assets/tailwind.svg b/presentation/assets/tailwind.svg new file mode 100644 index 0000000..83a13ff --- /dev/null +++ b/presentation/assets/tailwind.svg @@ -0,0 +1 @@ + diff --git a/presentation/assets/typescript.svg b/presentation/assets/typescript.svg new file mode 100644 index 0000000..a46d53d --- /dev/null +++ b/presentation/assets/typescript.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/presentation/assets/vercel-icon-light.svg b/presentation/assets/vercel-icon-light.svg new file mode 100644 index 0000000..72948d0 --- /dev/null +++ b/presentation/assets/vercel-icon-light.svg @@ -0,0 +1,3 @@ + diff --git a/presentation/assets/vercel.png b/presentation/assets/vercel.png new file mode 100644 index 0000000..6e3a56f Binary files /dev/null and b/presentation/assets/vercel.png differ diff --git a/presentation/assets/vite.svg b/presentation/assets/vite.svg new file mode 100644 index 0000000..45ac612 --- /dev/null +++ b/presentation/assets/vite.svg @@ -0,0 +1 @@ + diff --git a/presentation/documentation_technique.md b/presentation/documentation_technique.md index d95508c..759a2cb 100644 --- a/presentation/documentation_technique.md +++ b/presentation/documentation_technique.md @@ -23,7 +23,7 @@ Frontend (Vercel + React) ↔ Backend (Supabase Cloud) | **React 19** | Interface utilisateur | | **React Router** | Routage | | **TailwindCSS** | Styles CSS | -| **DaisyUI** | Composants UI | +| **daisyUI** | Composants UI | | **PWA** | Application web installable sur mobile | | **Supabase Client** | Communication avec le Backend | | **Vercel Analytics** | Statistiques utilisateurs | @@ -97,13 +97,13 @@ Voir [README](../README.md) pour les instructions d'installation et de configura - **Écosystème mature** : Large communauté, documentation extensive, et nombreuses librairies disponibles - **Productivité** : Développement rapide grâce aux composants réutilisables et aux hooks -### Choix de TailwindCSS + DaisyUI +### Choix de TailwindCSS + daisyUI **Avantages :** - **Design System** : Le design system de TailwindCSS est très cohérent et permet de ne toucher que rarement au CSS custom. - **Maintenance** : Réduction du CSS custom, moins de code à maintenir. -- **DaisyUI** : Composants préconçus basés sur TailwindCSS accélérant le développement UI pour aller plus vite dans la création de l'interface utilisateur par rapport à l'utilisation directe des classes utilitaires du framework de base. +- **daisyUI** : Composants préconçus basés sur TailwindCSS accélérant le développement UI pour aller plus vite dans la création de l'interface utilisateur par rapport à l'utilisation directe des classes utilitaires du framework de base. ### Choix de Vercel pour l'hébergement Frontend diff --git a/presentation/presentation_fr-FR.md b/presentation/presentation_fr-FR.md index aa61d73..4bc5127 100644 --- a/presentation/presentation_fr-FR.md +++ b/presentation/presentation_fr-FR.md @@ -1,6 +1,7 @@ --- marp: true -author: AFCMS +title: Malley +author: Équipe Malley lang: fr-FR theme: default backgroundImage: url('https://marp.app/assets/hero-background.svg') @@ -12,3 +13,536 @@ paginate: true Une plateforme de réseau social sur le modèle d'X  + +--- + +## L'équipe + + + +
🔗 Écosystème d'interactions uniques
+