You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# TP Najito
L’objectif de ce TP est la création d’une application mobile exploitant le [service TheCocktailDB](https://www.thecocktaildb.com/api.php).
L’application doit permettre de :
- Rechercher des cocktails à partir de leur nom.
- Afficher des détails sur un cocktail (nom, photo, préparation).
- Rechercher des cocktails à partir d’un nom d’ingrédient.
Commencez par créer l'application avec la commande : ```npx create-react-app .```
Normalement un appuis sur **F5** doit permettre de lancer l'application.# najito