{"id":22300829,"url":"https://github.com/maxime-cllt/vanadium","last_synced_at":"2026-05-17T02:03:21.305Z","repository":{"id":205962997,"uuid":"696661022","full_name":"Maxime-Cllt/Vanadium","owner":"Maxime-Cllt","description":"Projet de l'UE Génie Logiciel à l'Université de Bourgogne","archived":false,"fork":false,"pushed_at":"2023-11-07T11:25:50.000Z","size":2727,"stargazers_count":0,"open_issues_count":0,"forks_count":2,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-01-30T20:44:09.921Z","etag":null,"topics":["cicd","design-patterns","github-actions","java","javaawt"],"latest_commit_sha":null,"homepage":"","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Maxime-Cllt.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-09-26T07:37:16.000Z","updated_at":"2024-05-08T11:30:53.000Z","dependencies_parsed_at":null,"dependency_job_id":"e7a17a61-8b3b-49b0-9d93-fb88dc90976d","html_url":"https://github.com/Maxime-Cllt/Vanadium","commit_stats":null,"previous_names":["maxime-cllt/projet-gl","maxime-cllt/vanadium"],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Maxime-Cllt%2FVanadium","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Maxime-Cllt%2FVanadium/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Maxime-Cllt%2FVanadium/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Maxime-Cllt%2FVanadium/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Maxime-Cllt","download_url":"https://codeload.github.com/Maxime-Cllt/Vanadium/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245560431,"owners_count":20635562,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["cicd","design-patterns","github-actions","java","javaawt"],"created_at":"2024-12-03T18:14:15.551Z","updated_at":"2026-05-17T02:03:16.268Z","avatar_url":"https://github.com/Maxime-Cllt.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Application de Gestion d'Achat de Fruits\n\nUne application de gestion d'achat de fruits en Java Swing, qui permet aux utilisateurs de sélectionner des fruits à\nacheter et de les ajouter à un panier.\n\n\u003ch2\u003eTable des matières :\u003c/h2\u003e\n\n- [Aperçu](#aperçu)\n- [Fonctionnalités](#fonctionnalités)\n- [Captures d'écran](#captures-décran)\n- [Installation](#installation)\n- [Documentation](#documentation)\n- [Contributions](#contributions)\n\n\u003ch2 id=\"aperçu\"\u003eAperçu :\u003c/h2\u003e\n\nCette application est conçue pour fournir une interface utilisateur graphique simple pour acheter des fruits. Les\nutilisateurs peuvent parcourir une liste de fruits, sélectionner ceux qu'ils souhaitent acheter, spécifier la quantité\net les ajouter à un panier. L'application affiche ensuite un récapitulatif des fruits dans le panier, le total des\nachats, et permet de finaliser l'achat.\n\n\u003ch2 id=\"fonctionnalités\"\u003eFonctionnalités :\u003c/h2\u003e\n\n- Sélection de fruits parmi une liste disponible.\n- Spécification de la quantité souhaitée pour chaque fruit.\n- Ajout et retrait de fruits du panier.\n- Calcul automatique du total des achats.\n- Finalisation de l'achat avec un récapitulatif des achats.\n\n\u003ch2 id=\"captures-décran\"\u003eCaptures d'écran :\u003c/h2\u003e\n\n\n\n\n\u003cp align=\"center\"\u003e\n    \u003cimg src=\"https://github.com/Maxime-Cllt/Projet-GL/blob/main/rapport/screenshot/ihm/choix_panier.png\" alt=\"Panier\"  width=\"450px\" height=\"auto\"\u003e\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n    \u003cimg src=\"https://github.com/Maxime-Cllt/Projet-GL/blob/main/rapport/screenshot/ihm/ihm.png\" alt=\"IHM\"  width=\"450px\" height=\"auto\"\u003e\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n    \u003cimg src=\"https://github.com/Maxime-Cllt/Projet-GL/blob/main/rapport/screenshot/ihm/ajout_fruit.png\" alt=\"Fruit\"  width=\"450px\" height=\"auto\"\u003e\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n    \u003cimg src=\"https://github.com/Maxime-Cllt/Projet-GL/blob/main/rapport/screenshot/ihm/ihm2.png\" alt=\"IHM 2\"  width=\"450px\" height=\"auto\"\u003e\n\u003c/p\u003e\n\n\n\n\n\u003ch2 id=\"installation\"\u003eExecution :\u003c/h2\u003e\n\n1. Télécharger le Build de la dernière version \u003ca href=\"https://github.com/Maxime-Cllt/Projet-GL/releases\"\u003eici\u003c/a\u003e et lancer la commande suivante :\n\n```shell\njava -jar [nom_du_fichier].jar\n```\n\n\u003ch2 id=\"documentation\"\u003eDocumentation :\u003c/h2\u003e\n\nLe rapport de cette application est disponible dans le dossier `rapport/`\n\n\u003ch2 id=\"contributions\"\u003eContributions :\u003c/h2\u003e\n\n\u003cul\u003e\n    \u003cli\u003e\u003ca href=\"https://github.com/Maxime-Cllt\"\u003eMaxime COLLIAT\u003c/a\u003e\u003c/li\u003e\n    \u003cli\u003e\u003ca href=\"https://github.com/Yaon-C2H8N2\"\u003eYoan DUSOLEIL\u003c/a\u003e\u003c/li\u003e\n    \u003cli\u003e\u003ca href=\"https://github.com/Phaired\"\u003eRémy BARRANCO\u003c/a\u003e\u003c/li\u003e\n    \u003cli\u003e\u003ca href=\"https://github.com/Sudo-Rahman\"\u003eRahman YILMAZ\u003c/a\u003e\u003c/li\u003e\n    \u003cli\u003e\u003ca href=\"https://github.com/JuliePrigent\"\u003eJulie PRIGENT\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmaxime-cllt%2Fvanadium","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmaxime-cllt%2Fvanadium","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmaxime-cllt%2Fvanadium/lists"}