Skip to content

Latest commit

 

History

History
30 lines (23 loc) · 896 Bytes

README.md

File metadata and controls

30 lines (23 loc) · 896 Bytes

React movie app lab

Objectives:

  • Practice building an app using external API

React Router App:

In this lab, you would need to build the following pages:

  • Home
  • Movie

Components

Our src folder contains the following:

src/
   ├── App.js
   ├── Home.js
   ├── Movie.js
   └── Index.js

Tasks

Your task is to use omdb api to search for a movie.

Your app should look like something similar to this:

You will only need to modify the Movie component for this lab