ENGLISH: Website recipe where you can:
- Search recipes.
- Select the number of servings.
- Get the way to the website' recipes (direction button).
- Add ingredients on the shopping list and increase or decrease them (add to the shopping list button).
- Also you can like a recipe and automatically it will be saved on the liked-icon (heart icon button).
Note: This website was creating by javascript personal formation using techniques like:
- API requests with async await functions
- Event delegations,
- Event handlers,
- Persistent Data with localStorage.
SPANISH: En esta página web de recetas usted puede:
- Buscar recetas.
- Selectionar el numero de servicio (según cantidad de personas)
- Ir al sitio web original de la receta (direction button)
- Agregar ingredientes a la lista the compras e incrementar o disminuir la cantidad de los mismos (add to the shopping list button).
- Puedes darle like a recetas y automaticamente se guardan en el button icon de corazón.
Nota: este sitio web fue creado por propositions personales como formación en Javascript usando técnicas como:
- Solicitudes API usando funciones async await.
- Delegacion de elementos.
- Controladores de elementos.
- Datos persistentes con localStorage.