{"id":20745459,"url":"https://github.com/micheld-dev/les-petits-plats","last_synced_at":"2025-03-11T12:48:37.676Z","repository":{"id":41326284,"uuid":"497137535","full_name":"MichelD-dev/Les-Petits-Plats","owner":"MichelD-dev","description":"Site de recettes de cuisine - OC Projet 7","archived":false,"fork":false,"pushed_at":"2022-10-21T21:12:26.000Z","size":2909,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"Recherche_par_boucles_natives","last_synced_at":"2025-01-18T02:41:37.018Z","etag":null,"topics":["functional-programming","generator","html","javascript","quicksort","recursion","scss"],"latest_commit_sha":null,"homepage":"https://micheld-dev.github.io/Les-Petits-Plats","language":"JavaScript","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/MichelD-dev.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}},"created_at":"2022-05-27T21:02:56.000Z","updated_at":"2022-09-08T15:54:20.000Z","dependencies_parsed_at":"2023-01-19T22:45:17.293Z","dependency_job_id":null,"html_url":"https://github.com/MichelD-dev/Les-Petits-Plats","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MichelD-dev%2FLes-Petits-Plats","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MichelD-dev%2FLes-Petits-Plats/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MichelD-dev%2FLes-Petits-Plats/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MichelD-dev%2FLes-Petits-Plats/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/MichelD-dev","download_url":"https://codeload.github.com/MichelD-dev/Les-Petits-Plats/tar.gz/refs/heads/Recherche_par_boucles_natives","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243039614,"owners_count":20226131,"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":["functional-programming","generator","html","javascript","quicksort","recursion","scss"],"created_at":"2024-11-17T07:20:38.713Z","updated_at":"2025-03-11T12:48:37.648Z","avatar_url":"https://github.com/MichelD-dev.png","language":"JavaScript","readme":"\u003ca name=\"readme-top\"\u003e\u003c/a\u003e\r\n\r\n# Les Petits Plats\r\n\r\n#### Site de recettes de cuisine\r\n\r\n#### Formation OpenClassrooms\r\n\r\n#### Développeur d'applications JavaScript React\r\n\r\n#### - Projet 7 -\r\n\r\n\u003cp align=\"right\"\u003e(\u003ca href=\"#readme-top\"\u003eback to top\u003c/a\u003e)\u003c/p\u003e\r\n\r\n## Prerequisites\r\n\r\nIn order to make the application works on your engine you must have NodeJS and\r\nnpm installed.\r\n\r\n\u003cp align=\"right\"\u003e(\u003ca href=\"#readme-top\"\u003eback to top\u003c/a\u003e)\u003c/p\u003e\r\n\r\n## Installation\r\n\r\n1. Clone this repository (or download a zip file):\r\n```\r\n$ git clone https://github.com/MichelD-dev/Les-Petits-Plats\r\n```\r\n\r\n2. Go to the projet root folder \r\n```\r\n$ cd Les-Petits-Plats\r\n```\r\n\r\n3. Install the dependencies: \r\n```\r\n$ yarn install\r\n``` \r\nor \r\n```\r\n$ npm install\r\n```\r\n\r\n4. Install live-server: \r\n```\r\n$ npm install -g live-server\r\n```\r\nor \r\n```\r\n$ yarn add -g live-server\r\n```\r\n\r\n5. (Optional) Configure the application inside the `.env.local` file\r\n  \r\n6. Launch the application: \r\n```\r\n$ live-server\r\n```\r\n\u003cp align=\"right\"\u003e(\u003ca href=\"#readme-top\"\u003eback to top\u003c/a\u003e)\u003c/p\u003e\r\n\r\n## Usage\r\n\r\nThis repository has 4 available branches, each one corresponding to a different\r\nsearch implementation:\r\n\r\n1. [Recherche_par_boucles_natives](https://github.com/MichelD-dev/Les-Petits-Plats/tree/Recherche_par_boucles_natives)\r\n   (default)\r\n2. [Recherche_par_boucles_fonctionnelles](https://github.com/MichelD-dev/Les-Petits-Plats/tree/Recherche_par_boucles_fonctionnelles)\r\n3. [Recherche_par_récursion](https://github.com/MichelD-dev/Les-Petits-Plats/tree/Recherche_par_r%C3%A9cursion)\r\n4. [Recherche_par_generator](https://github.com/MichelD-dev/Les-Petits-Plats/tree/Recherche_par_generator)\r\n\r\n\u003cp align=\"right\"\u003e(\u003ca href=\"#readme-top\"\u003eback to top\u003c/a\u003e)\u003c/p\u003e\r\n\r\nA benchmark has been made to evaluate the performance of each implementation:\r\n\r\n\u003cimg src=\"benchmark.jpg\" alt=\"Benchmark\" width=\"600\"\u003e\r\n\r\n\u003cp align=\"right\"\u003e(\u003ca href=\"#readme-top\"\u003eback to top\u003c/a\u003e)\u003c/p\u003e\r\n\r\n## Contact:\r\n\r\nMichel DELAUNAY - delaunaymichel@hotmail.fr -\r\nhttps://www.linkedin.com/in/michel-delaunay/  \r\nProject Link: https://micheld-dev.github.io/Les-Petits-Plats\r\n\r\n\u003cp align=\"right\"\u003e(\u003ca href=\"#readme-top\"\u003eback to top\u003c/a\u003e)\u003c/p\u003e\r\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmicheld-dev%2Fles-petits-plats","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmicheld-dev%2Fles-petits-plats","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmicheld-dev%2Fles-petits-plats/lists"}