My.Video.mp4
Movies App is a mobile application built with React Native that allows users to explore and discover information about movies. It utilizes the TMDB API to fetch movie data and provides various features like searching for movies, viewing movie details, trending movies, upcoming releases, top-rated movies, and cast details.
- Search for any movie
- View detailed information and synopsis of movies
- Explore trending movies
- Stay updated with upcoming movie releases
- Discover top-rated movies
- Explore the cast details of movies
- React Native
- TMDB API
- Axios
- NativeWind
To run the Movies App locally, follow these steps:
- Clone the repository:
git clone https://github.com/your-username/movies-app.git
- Navigate to the project directory:
cd movies-app
- Install the dependencies:
npm install
- Configure the TMDB API credentials in the project
- Run the app on a connected device or emulator:
npm run android
(for Android) ornpm run ios
(for iOS)
Note: Make sure you have Node.js, npm, and React Native CLI installed on your system.
Happy movie exploration! 🎥🍿✨