Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/brittanyarima/MovieDB

Movie Info App - SwiftUI
https://github.com/brittanyarima/MovieDB

Last synced: 2 months ago
JSON representation

Movie Info App - SwiftUI

Awesome Lists containing this project

README

        

# MovieDB
**MOVIE INFO APP - SWIFTUI**

This app was built using SwiftUI and the TMDB Api.
This is a simple app that allows users to see details and cast info about popular and newly released movies, as well as search for movies.

**IF YOU WANT TO TRY THIS APP OUT:**
1. You will need a free api key from themoviedb.org.
2. Create a Constants.swift file in the cloned Xcode project.
3. Create these two constants in the file:

static let imageBaseUrl = "https://image.tmdb.org/t/p/original"

static let apiKey = "YOUR API KEY HERE"