Movie app with reactJS and OMDB API
set the API Key
// windows
>>> SET REACT_APP_API_KEY=YOUR_OMDB_API_KEY
// linux
>>> export REACT_APP_API_KEY=YOUR_OMDB_API_KEY
>>> npm start
You can also replace the API Key in config.js file located in src folder