This a small React Native app using MovieDB API to searches for movies in the API and get their details.
This app was build using Typescript, Redux and React-Navigation. It includes 100% test coverage and runs on iOS and Android.
To get a local copy up and running follow these simple steps below.
- Clone the repo
git clone https://github.com/FabioMFGaspar/RNMoviesDB.git
- Navigate to the root folder
- Install NPM packages
npm install
- If you want to run it in an iOS then you need to install the CocoaPods
cd ios && pod install & cd ..
The following commands need to be ran in the root folder of the app.
- iOS Simulator
npm run ios
- Android Simulator
npm run android
If you have any doubt or question feel free to reach me out Fábio Gaspar - fabiomfgaspar@gmail.com