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.

Technical features

- React Navigation (screens are handled in stack navigator)
- State management with React Context
- Custom hooks for API calls
- Custom Fonts (loaded on splash screen)
- "Pull to refresh" dynamic list functionality
- Infinite list load enabled
- Handling of timestamps with "dayjs"
- Multiple animations added
- Detailed error and loading handling
...


Back to projects