/tmdb-movies

List Mobies TMDb

Primary LanguageJavaScript

tmdb-movies

List Movies TMDb

Requirements :

  1. Follow these instructions to build native code in your project : https://facebook.github.io/react-native/docs/getting-started

  2. clone Repo : git clone https://github.com/hadar-ayoub/tmdb-movies.git && cd tmdb-mobies

  3. Add credentials.js to project root :

export default Config = {
  BASE_URL: 'https://api.themoviedb.org/3',
  IMAGE_URL: 'http://image.tmdb.org/t/p/w185',
  API_KEY: '${api_key}' // you need to specify you're TMDB Api key.
}
  1. install project dependencies : yarn or npm install

  2. Run App on an android emulator: react-native run-andoid or yarn run android or npm run android

  3. Run App on an iphone simulator: (installing pods on ios is required : cd ios && pod install) or excute command line : react-native run-ios or yarn run ios or npm run ios

Screenshots :

drawing drawing drawing