Skip to content

Latest commit

 

History

History
45 lines (26 loc) · 1.97 KB

README.md

File metadata and controls

45 lines (26 loc) · 1.97 KB

RestaurantMenu

CI codecov

The Restaurant Menu app shows a complete restaurant menu in an elegant style.

Demo

Video Demo

Link to video demo, with my comments 😅.

Description 🗒

This is a sample project built up over the DocuMenu API with an interpretation of MVVM(Model-View-ViewModel) architectural design pattern. The project is composed of three modules:

  • RestaurantMenu: Module that contains the app with its respective scenes.
  • Core: Module that centralizes useful extensions and classes.
  • Networking: Module the abstracts the networking layer over URL session.

Used technologies 📱

  • Swift 5
  • iOS Version 15.0
  • UIKit

Minimum Requirements 💻

  • Xcode 13.1

How to run it 📲

  • This project doesn’t contain any particularity. You can open the RestaurantMenu.xcworkspace, tap on play or type command+R.

How to use it 🧐

The app is really simple to use once it works as a menu. To see the items in the menu you can tap over the sections.

Technical Design 📄

Link to Techinical Design document.