diff --git a/README.md b/README.md index ed7709b7193cfbdc14a236c6833caf508da17ff0..2a2ca71b05fc3ccd632b571052181e81a7aea334 100644 --- a/README.md +++ b/README.md @@ -19,4 +19,4 @@ you through everything you need to get up and running. ## What's contained in this project -TBD +This template contains a simple Food Tracker App based off of the [Start Developing iOS Apps (Swift) Lessons](https://developer.apple.com/library/archive/referencelibrary/GettingStarted/DevelopiOSAppsSwift/index.html). Where necessary the template has been upgraded to use Swift 4. The app displays a list of meals consisting of a name, rating, and photo. Users are able to add or edit a meal by navigating to a detail screen. The app also includes a lightweight solution for basic data persistence.