Skip to content

yann-rzd/Reciplease

Repository files navigation


Reciplease

Reciplease

🍽 Find and save a recipe with reciplease app

           

🍕 About

Reciplease is the app thats will help you cook nice plats in your everyday life. It will let you enter your ingredients left in your fridge and search for recipes. Recipes that you can save in your app favorite page and have access offline.

💻 Requirements

Reciplease is written in Swift 5 and supports iOS 13.0+. Built with Xcode 13.

🍀 Architecture

This application is developed according to the MVC architecture.

🛠 Dependencies

To save recipe for offline use CoreData and Alamofire for an elegant HTTP Networking in Swift. I use CocoaPods as dependency manager.

🕵️ How to test

Clone the project

Run git@github.com:github.com/yann-rzd/Reciplease.git

Install dependencies

Run pod install

Workspace

Open Reciplease.xcworkspace

Add your Edamam API key

Create a file APIKeys.swift

Add this code struct APIKeys { static let recipeKey = "yourAPIKey" } and replace yourAPIKey with your key.

Build & Run 🔥

About

Find recipes from our fridge

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published