- Clone this repo.
- Install depenedencies using
npm install
command. - setup .env file using your own API key.
- Now run
npm start
command to execute the scripts and boot the project in localhost mode. - Or you can just visit the live website Here
- .env file consists of REACT_APP_API_URL = 'http://www.omdbapi.com?apikey='
- Also add REACT_APP_API_KEY = your own api key which you can get from openmoviedatabase api website.
Link: https://www.omdbapi.com/