Skip to content

ahmedSDev/movie-app-lab

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published