{"id":27203263,"url":"https://github.com/diggosilva/tvshows","last_synced_at":"2025-06-11T01:36:14.484Z","repository":{"id":285810975,"uuid":"953467647","full_name":"diggosilva/TVShows","owner":"diggosilva","description":"An application that brings a list of TV shows","archived":false,"fork":false,"pushed_at":"2025-04-20T12:24:55.000Z","size":204,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-20T13:31:25.230Z","etag":null,"topics":["ios","spm","swift","uikit","xcode"],"latest_commit_sha":null,"homepage":"","language":"Swift","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/diggosilva.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-03-23T12:48:11.000Z","updated_at":"2025-04-20T12:24:59.000Z","dependencies_parsed_at":"2025-04-22T01:16:31.344Z","dependency_job_id":null,"html_url":"https://github.com/diggosilva/TVShows","commit_stats":null,"previous_names":["diggosilva/tvshows"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/diggosilva%2FTVShows","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/diggosilva%2FTVShows/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/diggosilva%2FTVShows/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/diggosilva%2FTVShows/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/diggosilva","download_url":"https://codeload.github.com/diggosilva/TVShows/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/diggosilva%2FTVShows/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":259181742,"owners_count":22818005,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["ios","spm","swift","uikit","xcode"],"created_at":"2025-04-09T22:29:19.006Z","updated_at":"2025-06-11T01:36:14.474Z","avatar_url":"https://github.com/diggosilva.png","language":"Swift","funding_links":[],"categories":[],"sub_categories":[],"readme":"# TVShows\n\n\u003cp align=\"center\"\u003e\n    \u003cimg src=\"https://img.shields.io/badge/Swift-5.9.1-orange.svg\" /\u003e\n    \u003cimg src=\"https://img.shields.io/badge/Xcode-15.2.X-orange.svg\" /\u003e\n    \u003cimg src=\"https://img.shields.io/badge/platforms-iOS-brightgreen.svg?style=flat\" alt=\"iOS\" /\u003e\n    \u003ca href=\"https://www.linkedin.com/in/rodrigo-silva-6a53ba300/\" target=\"_blank\"\u003e\n        \u003cimg src=\"https://img.shields.io/badge/LinkedIn-@RodrigoSilva-blue.svg?style=flat\" alt=\"LinkedIn: @RodrigoSilva\" /\u003e\n    \u003c/a\u003e\n\u003c/p\u003e\n\nA Swift iOS TV Shows app. An application built solely for study purposes. The app brings a list of TV shows, cast, seasons, episodes and details. And you can save and remove TV Shows from the favorites list.\n\n\n| Demo | Details | List |\n| --- | --- | --- |\n| ![Demo](https://github.com/user-attachments/assets/ac075e7e-94f0-4f4f-90a3-9497dfadf396) | ![Details](https://github.com/user-attachments/assets/71dda156-8094-485e-846c-8c101c33eeca) | ![List](https://github.com/user-attachments/assets/bbe74904-703b-4305-8b99-a14af9eb8f6e) |\n\n\n## Contents\n\n- [Features](#features)\n- [Requirements](#requirements)\n- [Functionalities](#functionalities)\n- [Setup](#setup)\n\n## Features\n\n- View Code (UIKit)\n- Modern CollectionView Diffable\n- Modern TableView\n- UserDefaults\n- Custom elements\n- Pagination\n- Dark Mode\n\n## Requirements\n\n- iOS 17.0 or later\n- Xcode 15.0 or later\n- Swift 5.0 or later\n\n## Functionalities\n\n- [x] **TV Shows List**: Displays a list of available TV shows for viewing.\n- [x] **Pagination**: Implements pagination in the TV shows list to efficiently load and display content as the user scrolls.\n- [x] **TV Show Details**: Tapping on a show takes the user to a detailed screen with information about the cast, seasons, and episodes.\n- [x] **Favorite TV Shows**: Allows the user to favorite a TV show. This is done using `UserDefaults` to store the favorite shows.\n- [x] **Favorites Page**: Displays all TV shows that the user has favorited. From this page, users can also access the details of each show.\n- [x] **Remove from Favorites**: From the favorites page, users can remove shows from their favorites list.\n- [x] **Dark Mode Support**: Full support for Dark Mode, offering a more pleasant user experience in different lighting conditions.\n- [x] **UIKit Interface**: Utilizes UIKit components for building the user interface.\n- [x] **Modern Collections**: Implements `UICollectionViewDiffableDataSource` to optimize data management and UI updates.\n\n\n## Setup\n\nFirst of all download and install Xcode, Swift Package Manager and then clone the repository:\n\n```sh\n$ git@github.com:diggosilva/TVShows.git\n```\n\nAfter cloning, do the following:\n\n```sh\n$ cd \u003cdiretorio-base\u003e/TVShows/\n$ open TVShows.xcodeproj/\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdiggosilva%2Ftvshows","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdiggosilva%2Ftvshows","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdiggosilva%2Ftvshows/lists"}