git clone https://github.com/v4irajvimu/gapastars-assesment-imdb-search.git
cd gapastars-assesment-imdb-search
Run below command from project root directory.
yarn
Create a .env file in the project root directory. Add your keys to .env files to access OMDB APIs
REACT_APP_OMDB_API_KEY
REACT_APP_OMDB_BASE_URL
yarn start
Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.