Skip to content

developer-soni/Foodpedia-SwiftUI-iOSApp

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Foodpedia-iOSApp 🍏🍎🍐🍊🍋🍌🍉🍇🍓

Swift SwiftUI Xcode Apple

Description

Presenting you is “Foodpedia iOS App”.

An app to Solve The Trivial Situation of Deciding What To Cook and Eat At Home.

It is an ingredient based recipe searching app. Our app offers the most simple and easy to use UI, users just have to select some ingredients and our app will provide them recipes based on the selected ingredients. Currently our app focuses on iPhones only. We have utilized Swift, to share data easily across the app environment and let SwiftUI makes the necessary changes. We pass the selected ingredients in the URL parameters to make a network call for a REST API (Spoonacular API). The recipe result page shows data from an array of recipes obtained (JSON format) through a fetch call, which is then displayed using a model controller view architectured screens.

API used

  • Spoonacular API

Features

  • List of ingredients page
  • List of custom recipes page
  • Show number of likes by recipe
  • Recipe page with steps and description
  • Show missed ingredients on recipe page

App Screen and Usage

iOS App!

Whats next?

In the future, we plan on adding several other features to this app:

  • A login feature for users to archive their favorite recipes.
  • A search function for users to select ingredients, as opposed to going through a list of ingredients and checking each box.
  • A wider range of recipes to search through.

About

A custom iOS food recipe app for daily cooking

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Swift 100.0%