Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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: about 5 hours ago
JSON representation

Site de recettes de cuisine - OC Projet 7

Awesome Lists containing this project

README

        

# Les Petits Plats

#### Site de recettes de cuisine

#### Formation OpenClassrooms

#### Développeur d'applications JavaScript React

#### - Projet 7 -

(back to top)

## Prerequisites

In order to make the application works on your engine you must have NodeJS and
npm installed.

(back to top)

## 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
```

(back to top)

## 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)

(back to top)

A benchmark has been made to evaluate the performance of each implementation:

Benchmark

(back to top)

## Contact:

Michel DELAUNAY - [email protected] -
https://www.linkedin.com/in/michel-delaunay/
Project Link: https://micheld-dev.github.io/Les-Petits-Plats

(back to top)