Movie App is a mobile application that displays a list of popular movies, top-rated movies, detailed movie information, favorite movie, including cast details, genres in list. This app uses Expo - React Native and several additional libraries for animation and data management.
- Demo Android App
- Expo CLI
- React Native
- React Navigation
- MobX State Tree
- TypeScript
- And more!
- Clone this repository
git clone https://github.com/M-Julius/Movie-App.git
- Install dependencies
cd Movie-App
npm install
- Setup environment in
app/config/config.dev.ts
andapp/config/config.prod.ts
const API_URL = "https://api.themoviedb.org/3"
const API_KEY = "" // add your API_KEY TMDB
const URI_STORAGE = "https://image.tmdb.org/t/p/w500"
- Run a
npx expo start
- Select your devices
- Now Playing Movies
- Popular Movies
- Top Rated Movies
- Detail Movie
- Similar Movies
- List More Movies
- Favorite Movies
- Genres Movies
- Cast Movie