This is a Movie App where you can explore, filter, and discover movies effortlessly. 🚀
- 🎥 Browse Movies by Year & Category – Find movies based on release year and genre.
- 🔄 Infinite Scrolling – Scroll seamlessly in both directions.
- 🎭 Filter by Genre & Popularity – Sort and filter movies dynamically.
- ⚡ Dynamic Data Loading – Fetch real-time movie data from the API.
Note: Ensure you have completed the Set Up Your Environment guide before proceeding.
npm install
# OR
yarn install npx react-native run-android
# OR
npx react-native run-ios - Get a free API key from TMDB.
- React Native
- TMDB API
- Fetch
- React Navigation
