Skip to content

Latest commit

 

History

History
66 lines (45 loc) · 1.81 KB

README.md

File metadata and controls

66 lines (45 loc) · 1.81 KB

Appetizers

iOS LinkedIn: @RodrigoSilva

A Swift iOS Appetizers app, allowing you to select and add them on the order screen, the button shows the total order amount and a badge shows the number of appetizers added, and also has a screen with the user's personal data. Both the data entered and the finalize order button are for illustration purposes only.

Github

## Contents

Features

  • Modern Table View
  • MVVM
  • View Code (UIKit)
  • Custom elements

Requirements

  • iOS 17.0 or later
  • Xcode 15.0 or later
  • Swift 5.0 or later

Functionalities

  • List of Appetizers
  • Add and remove orders
  • Save personal data on device

Setup

First of all download and install Xcode, Swift Package Manager and then clone the repository:

$ [email protected]:diggosilva/Appetizers.git

After cloning, do the following:

$ cd <diretorio-base>/Appetizers/
$ open Appetizers.xcodeproj/

Built With

  • SDWebImage - Asynchronous image downloader with cache support as a UIImageView category

Credits

  • Sean Allen - He created this app in SwiftUI and I replicated it in UIKit