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:
- Recipe's name.
- Recipe's ingredients
- Recipe's utensils
- 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.