- Sample React-Native IMDB APP to search for movies, set them as favorite or exclude them from search
- using https://imdb-api.com/
-
Get a free API Key at https://imdb-api.com/
-
Clone the repo
git clone https://github.com/SteveTro/IMDBApp.git
-
Install NPM packages
npm install
-
Enter your API in
.env_sample
API_KEY=ENTER YOUR API KEY
-
Rename the file to
.env
-
run the project on android or ios
npx react-native run-android
npx react-native run-ios
Distributed under the MIT License. See LICENSE.txt
for more information.