TMDB App - React Native
This repository contains a mobile application built with React Native that interacts with the TMDB (The Movie Database) API. The app allows users to browse and search for movies and TV shows, view their details, and save them to their favorites. It also provides information such as ratings, reviews, and trailers.
- Browse and search movies and TV shows
- View detailed information about movies and TV shows, including ratings, reviews, and trailers
- Save movies and TV shows to favorites
- Explore different genres and categories
- User-friendly interface with smooth navigation
To run the app locally, follow these steps:
-
Clone this repository:
git clone https://github.com/baonguyen2002/tmdb-app-react-native.git -
Install the dependencies:
cd tmdb-app-react-native npm install -
Start the development server:
npx expo start
This app was developed by baonguyen2002 and is based on React Native and the TMDB API. Special thanks to my friends who helped improve this project.