Skip to content

Trust-Worthy/Flix-Feed

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Flix Feed

Flix Feed is an iOS app that fetches and displays movies from The Movie Database (TMDB) API in a scrollable feed. The project demonstrates how to build a modern iOS application using UIKit, network requests, and asynchronous image loading.


Overview

Flix Feed fetches data from the TMDB API and displays it in a table view. Each cell shows a movie poster, title, and description.


16_app_required_features

Features

  • Fetch movie data from The Movie Database (TMDB) API
  • Display a scrollable list of movies using UITableView
    • Each movie cell includes:
      • Poster image
      • Movie title
      • Movie overview

Technologies

  • Swift
  • UIKit
  • URLSession
  • TMDB API

Getting Started

  1. Clone the repository:
    git clone https://github.com/your-username/flix-feed.git
    cd flix-feed
    

TMDB API

This project uses TMDB and the TMDB APIs but is not endorsed, certified, or otherwise approved by TMDB. You must register for an API key and add it to your network request headers or URL as required. TMDB Logo

About

Simple iOS app to view movies from the TMDB API.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages