- Practice building an app using external API
In this lab, you would need to build the following pages:
- Home
- Movie
Our src
folder contains the following:
src/
├── App.js
├── Home.js
├── Movie.js
└── Index.js
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