An open API service indexing awesome lists of open source software.

https://github.com/diggosilva/appetizers

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.
https://github.com/diggosilva/appetizers

appetizers ios swift swiftpackagemanager xcode

Last synced: 3 months ago
JSON representation

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.

Awesome Lists containing this project

README

          

# 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

- [Requirements](#requirements)
- [Functionalities](#functionalities)
- [Setup](#setup)
- [Credits](#credits)

## 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
- [x] List of Appetizers
- [x] Add and remove orders
- [x] Save personal data on device

## Setup

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

```sh
$ git@github.com:diggosilva/Appetizers.git
```

After cloning, do the following:

```sh
$ cd /Appetizers/
$ open Appetizers.xcodeproj/
```

## Built With

* [SDWebImage](https://github.com/SDWebImage/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