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
- Get api key from the omdb api website and put it in
/src/apis/MovieApiKey.js
- Execute
yarn install
andyarn start
- Open
localhost:3000
on your browser to see this webapp