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

https://github.com/diggosilva/consolesretro

A iOS application written in Swift, that lists retro consoles.
https://github.com/diggosilva/consolesretro

cocoapods ios swift uikit xcode

Last synced: 8 months ago
JSON representation

A iOS application written in Swift, that lists retro consoles.

Awesome Lists containing this project

README

          

# ConsolesRetro




iOS

LinkedIn: @RodrigoSilva

A iOS application written in Swift, that lists retro consoles, when the user selects a console, a tableView is displayed showing console details separated by Console's cell and games's cell. In this TableView, there are 2 customized cells and 1 section. When clicking on an game, the video of the selected game will open on YouTube.


Github

## Contents

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

## Features

- Dark Mode
- Modern TableView
- 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 retro consoles
- [x] One Section showing console selected and your games
- [x] Show video on youtube
- [x] One tableView with two custom cells

## Setup

First of all download and install Xcode, Cocoapods and then clone the repository:

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

After cloning, do the following:

```sh
$ cd /ConsolesRetro/
$ open ConsolesRetro.xcworkspace/
```

## Built With

* [SDWebImage](https://github.com/SDWebImage/SDWebImage) - Asynchronous image downloader with cache support as a UIImageView category

## Credits

- Diggo Silva
- Helio Mesquita