Recipes App Using React Native, Expo & Themealdb API
HomeScreen | Category | Area | MealInfo |
---|---|---|---|
- Explore recipes by categories and areas.
- Search for specific recipes.
- View detailed ingredients and instructions for preparation.
- Access video recipe.
- Clone repo :
git clone https://github.com/yassiralamidev/thecookbook-app
- Install dependencies :
npm install
oryarn install
- Start the app :
npm start