Skip to content

hakiKhuva/movie-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Movie app

Movie app with reactJS and OMDB API

Starting movie app

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

Demo

Untitled.mp4