Skip to content

uopaluwa/react-movie

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

React FE for Movie Information

  • Uses data from theMoviedb API
  • search for movies by various criteria
  • get details for any movie you're interested in

Setup

  • clone this repo
  • cd into the created directory
  • run npm install
  • run npm run dev
  • from your browser, visit the url shown in terminal after executing the previous step