https://github.com/micheld-dev/les-petits-plats
Site de recettes de cuisine - OC Projet 7
https://github.com/micheld-dev/les-petits-plats
functional-programming generator html javascript quicksort recursion scss
Last synced: 8 months ago
JSON representation
Site de recettes de cuisine - OC Projet 7
- Host: GitHub
- URL: https://github.com/micheld-dev/les-petits-plats
- Owner: MichelD-dev
- Created: 2022-05-27T21:02:56.000Z (over 3 years ago)
- Default Branch: Recherche_par_boucles_natives
- Last Pushed: 2022-10-21T21:12:26.000Z (about 3 years ago)
- Last Synced: 2025-01-18T02:41:37.018Z (10 months ago)
- Topics: functional-programming, generator, html, javascript, quicksort, recursion, scss
- Language: JavaScript
- Homepage: https://micheld-dev.github.io/Les-Petits-Plats
- Size: 2.77 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.MD
Awesome Lists containing this project
README
# Les Petits Plats
#### Site de recettes de cuisine
#### Formation OpenClassrooms
#### Développeur d'applications JavaScript React
#### - Projet 7 -
## Prerequisites
In order to make the application works on your engine you must have NodeJS and
npm installed.
## Installation
1. Clone this repository (or download a zip file):
```
$ git clone https://github.com/MichelD-dev/Les-Petits-Plats
```
2. Go to the projet root folder
```
$ cd Les-Petits-Plats
```
3. Install the dependencies:
```
$ yarn install
```
or
```
$ npm install
```
4. Install live-server:
```
$ npm install -g live-server
```
or
```
$ yarn add -g live-server
```
5. (Optional) Configure the application inside the `.env.local` file
6. Launch the application:
```
$ live-server
```
## Usage
This repository has 4 available branches, each one corresponding to a different
search implementation:
1. [Recherche_par_boucles_natives](https://github.com/MichelD-dev/Les-Petits-Plats/tree/Recherche_par_boucles_natives)
(default)
2. [Recherche_par_boucles_fonctionnelles](https://github.com/MichelD-dev/Les-Petits-Plats/tree/Recherche_par_boucles_fonctionnelles)
3. [Recherche_par_récursion](https://github.com/MichelD-dev/Les-Petits-Plats/tree/Recherche_par_r%C3%A9cursion)
4. [Recherche_par_generator](https://github.com/MichelD-dev/Les-Petits-Plats/tree/Recherche_par_generator)
A benchmark has been made to evaluate the performance of each implementation:

## Contact:
Michel DELAUNAY - delaunaymichel@hotmail.fr -
https://www.linkedin.com/in/michel-delaunay/
Project Link: https://micheld-dev.github.io/Les-Petits-Plats