/movie-shows-webapp

A webapp which gives all the movie and shows name when searched and it also gives information about a particular show/movie when clicked on the show/movie card

Primary LanguageJavaScriptMIT LicenseMIT

Movie and Shows App

This is a webapp made using React, Redux-toolkit and SCSS which gives all the movie and shows name when searched and it also gives information about a particular show/movie when clicked on the show/movie card

To build this omdb api has been used

To check this webapp click here

How to run this app locally on your device

  1. Get api key from the omdb api website and put it in /src/apis/MovieApiKey.js
  2. Execute yarn install and yarn start
  3. Open localhost:3000 on your browser to see this webapp