Skip to content

demukeshchouhan/mve-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Movie App

screenshot

Tools used

  • react v16 +
  • react-router v4
  • react-bootstrap
  • react-router-bootstrap
  • styled-components
  • axios
  • themoviedb-API

create API.js file in src root and add following code * you can get API key from themoviedb.org *

    const API_KEY = "your api key";
    export default API_KEY;