NativeMDB is a mobile application built using Expo for discovering movies and TV shows. Powered by TMDB API, it allows users to browse, filter, and manage their personal watchlists or favourites.
- Search & Filter: Browse content by genre, popularity, and release date.
- Detail Screens: View in-depth movie and TV show information.
- Watchlist & Favorites: Add or remove titles with persistent user storage.
- API Integration: Dynamic data from TMDB with real-time fetching.
- Expo Router Navigation: Nested navigation with stack and tabs.
- Node.js
- Expo CLI
# Clone the repo
git clone https://github.com/Gilson96/nativeMDB.git
cd nativeMDB
# Install dependencies
npm install
# Start Expo project
npx expo start



