Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 628 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 628 Bytes

React Movie Browser

Live Project.

What is in this React Movie Browser?

Here are the points I covered in the project:

  • Functional components
  • React state
  • React props
  • React routers
  • RESTful APIs using a free movie database API

How to get a copy of this code

  1. You can either download this codebase using the Download option on Github.
  2. You can clone this repo onto your computer (but you can't push changes to it)
  3. You can fork this repo, then clone your copy and make all the changes you want to your own copy of this repo (suggested method).