https://github.com/esmakocak/recipebox
Recipe app to save and manage recipes
https://github.com/esmakocak/recipebox
crud localstorage mvvm swiftui upload-images userdefaults
Last synced: about 2 months ago
JSON representation
Recipe app to save and manage recipes
- Host: GitHub
- URL: https://github.com/esmakocak/recipebox
- Owner: esmakocak
- Created: 2024-07-20T20:31:21.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-30T15:20:55.000Z (almost 2 years ago)
- Last Synced: 2025-01-10T00:17:01.130Z (over 1 year ago)
- Topics: crud, localstorage, mvvm, swiftui, upload-images, userdefaults
- Language: Swift
- Homepage:
- Size: 883 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
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**.



