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

https://github.com/diggosilva/favoritebands

Application that lists my favorite bands. When the user selects a band, a tableView is displayed showing band details separated by Members and Albums sections.
https://github.com/diggosilva/favoritebands

cocoapods ios swift uikit xcode

Last synced: 3 months ago
JSON representation

Application that lists my favorite bands. When the user selects a band, a tableView is displayed showing band details separated by Members and Albums sections.

Awesome Lists containing this project

README

          

# FavoriteBands




iOS

LinkedIn: @RodrigoSilva

A iOS application written in Swift, that lists my favorite bands, when the user selects a band, a tableView is displayed showing band details separated by Members and Albums sections. In this TableView, there are 2 customized cells. When clicking on an album, the video clip of the selected single 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 bands
- [x] Section by members and albums
- [x] Show video clip on youtube

## Setup

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

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

After cloning, do the following:

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

## Built With

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

## Credits

- Diggo Silva
- Junior Silva
- Helio Mesquita