This case study created for Invent Analytics. Please read the file for setup project.
- Open the file with code editor and go the directory on your terminal
- Install dependencies with the following command
npm install
- Run the command
npm run start
- Please make sure
REACT_APP_API_KEY
is valid. - If api key is not valid that means 1000 request limit is reached. So contact again the developer or create your key on api website.
http://www.omdbapi.com/
- Set your key into
REACT_APP_API_KEY
in .env file and start the server again.