A simple movie carousel app where Omdb API is used to list some movies/series to showcase a carousel.
The site has a "random" generated search list. Infinite scrolling. Add to favorites and storing it in localStorage.
Lacking responsive design to a degree.
You can clone the project and run npm i to install all dependencies. After run npm start to serve it locally. Open http://localhost:3000 to view it in the browser.