Get Movies Info
(Mobile Demo App)
A simple demo app for finding movies and viewing movie info. It was developed for about a week, using React Native Expo.
Please follow the link to the GitHub repo where you can download and run the app. This would also allow you to inspect the code.
Full link to GitHub: https://github.com/MarioVT13/get-movies.git
Objective:
Create a React Native mobile app that fetches popular movies from The Movie Database API and displays them in a list view. Upon clicking a movie, the app should fetch additional details about the movie and display them in a new screen.