This is a React app that shows the most popular movies taken from the TheMovieDB API. You can click on each movie poster to see its details.
Material UI is used as design library.
The app is optimized for mobile screens. If you are on desktop please run it in mobile view or adjust the size of your viewport to a portrait aspect ratio.
npm i
to install the required packages- Run the app with
npm start
You can find a live demo at this link: https://movie-app-b5faa.web.app