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.
- Host: GitHub
- URL: https://github.com/diggosilva/favoritebands
- Owner: diggosilva
- Created: 2024-05-07T14:12:22.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2025-01-03T11:43:16.000Z (about 1 year ago)
- Last Synced: 2025-01-03T12:26:51.263Z (about 1 year ago)
- Topics: cocoapods, ios, swift, uikit, xcode
- Language: Swift
- Homepage:
- Size: 335 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# FavoriteBands
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.
## 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