Recipe App is an application designed for managing food recipes. You can add your favorite recipes with images, include details such as descriptions and ingredients, and easily search for recipes.
- Add Recipes: Easily add new recipes with a title, image, and description.
- View Recipes: Display a list of all added recipes in an organized interface.
- Manage Ingredients: Add ingredients for each recipe and specify measurement units.
- Edit and Delete Recipes: Quickly edit or delete any recipe as needed.
- Search for Recipes: Search for specific recipes directly from the main interface.
-
Add a New Recipe:
- Tap the "+" button to add a new recipe.
- Enter the recipe title, description, and select an image from your photo library.
- Add ingredients using the provided form.
-
View Recipes:
- Browse the list of added recipes on the main page.
- Tap on any recipe to view its details.
-
Edit and Delete Recipes:
- In the recipe detail view, you can edit the information or delete the recipe entirely.
- SwiftUI: For building the user interface.
- PhotosUI: For selecting images from the photo library.
- MVVM Architecture: To organize code and manage state.
- Download the code from the repository.
- Open the project in Xcode.
- Run the app on an iOS simulator or a real device.
If you have any suggestions or improvements, feel free to open a pull request in the repository.
Enjoy managing your favorite recipes! 🍽️