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.
- Host: GitHub
- URL: https://github.com/diggosilva/appetizers
- Owner: diggosilva
- Created: 2024-01-19T14:41:21.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2025-01-02T12:34:03.000Z (about 1 year ago)
- Last Synced: 2025-01-02T13:34:48.006Z (about 1 year ago)
- Topics: appetizers, ios, swift, swiftpackagemanager, xcode
- Language: Swift
- Homepage:
- Size: 377 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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, 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.
## 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