Tech Stack
What
Very simple iPhone app that started as one thing: Show ONLY upcoming movie trailers. It does this with an infinite scroll, requesting the next page of movies as you approach the end of the current list.
You tap the poster (that shows the name and release date) and it opens up a WebView for a YouTube movie trailer. All the information is retrieved from the free TheMovieDataBase API.
Later I added in routing and accounts saved in Firebase to keep track of saved movies to be notified when they are released. That's as fancy as I had gotten.