In Theaters Soon
I wanted to wet my feet with React Native and this was my first attempt. A very simple iPhone app that does 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 but was enough to prove to myself that I could do it.