Skip to content

Latest commit

 

History

History
42 lines (30 loc) · 799 Bytes

README.md

File metadata and controls

42 lines (30 loc) · 799 Bytes

IMBD Sample App

About The Project

  • Sample React-Native IMDB APP to search for movies, set them as favorite or exclude them from search
  • using https://imdb-api.com/

Getting Started

Installation

  1. Get a free API Key at https://imdb-api.com/

  2. Clone the repo

    git clone https://github.com/SteveTro/IMDBApp.git
  3. Install NPM packages

    npm install
  4. Enter your API in .env_sample

    API_KEY=ENTER YOUR API KEY
  5. Rename the file to .env

  6. run the project on android or ios

npx react-native run-android
npx react-native run-ios

License

Distributed under the MIT License. See LICENSE.txt for more information.