Skip to content

mnrn/FoodTracker

Repository files navigation

FoodTracker

Apple Tutorial: Start Developing iOS Apps (Swift)

Language

Overview

This is a simple meal-tracking app. This app shows a list of meals, including a meal name, rating, and photo. A user can add, remove, or edit a meal. To add a new meal or edit an existing one, users navigate to a different screen where they can specify a name, rating, and photo for a particular meal.

Development

Formatting

Linting

  • Configure SwiftLint by .swiftlint.yml file.
  • Run swiftlint autocorrect on build in Xcode.