It is a Movies app, calling an external API (OMDB) to fetch the movie or the TV series data and manipulate it inside our application
npm install --save styled-components
yarn add styled-components
npm i axios
npm install react-icons --save
const client = axios.create({ baseURL: "" });