Skip to content

engy-dev/algorithmDeRecherche-petits-plats

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PetitsPlats2.0

Project 7 of OC Js path

Here's the website online!

This project focuses on the creation of a recipe website that has a functional search engine by using js with the help of NPMs in order to make it take a total of four critereas:

  1. Recipe's name.
  2. Recipe's ingredients
  3. Recipe's utensils
  4. Recipe's appliances
    The algorithm for searching is dynamic but also not too slow. By using Promises, the design pattern aspect (in order to view all the corresponding recipes that the algorithm for searching returns) was proven to be more adaptive, flexible, and easier to manipulate.
    Some of the NPMs used also assure that the functionalities of the algorithm work on all devices/browsers regardless of the ES environment they use.

About

P7 JS 2.0 Les petits plats

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 94.6%
  • HTML 5.3%
  • CSS 0.1%