Skip to content

A Vanilla react project using the movie database api to fetch and show the movie data.

Notifications You must be signed in to change notification settings

ShahbaazX786/FlixDB

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Steps to make this app up and running in your machine:

  • 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

dotenv file setup:

  • .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/