An app for listing trending and popular movies from moviedb API.
First you'll have to clone the App:
git clone https://github.com/simwx123/moviesApp.git
Then, inside the project's folder, install it's dependencies.
With Yarn:
yarn
or npm:
npm install
open project movieApp/src/main/main.js and modify the variable name of "myApiKey" to your API KEY.
Attribute | Description |
---|---|
MOVIEDB_API_KEY | Moviedb api key generated How do I get one? |
MOVIEDB_API_KEY | Moviedb base url to make requests. Defaults to: https://api.themoviedb.org/3/ |
To run the app in dev mode you'll need to generate a debug.keystore
key. Show me how.
Now you can run the App with react-native run-android
or react-native run-ios
depending on your platform.
or open moviesApp/ios/movieApp.xcworkspace in Xcode and click run button to run in ios simulator.