RecipeBox is a SwiftUI-based application designed to help you save and manage your favorite recipes. The app allows you to categorize your recipes and easily add new ones.
Features:
- Display a list of all your saved recipes.
- Easily add new recipes with a simple interface.
- Organize your recipes into different categories.
- Upload photos for your recipes.
- Store and delete recipes in local storage using UserDefaults.
- Add recipes to favorites.
- Edit and update recipe.
- Developed using Combine and MVVM.