Next.js React Carousel With Image Zoom Similar to Amazon

Overview This article goes over an example image carousel with zoom functionality, similar to what you see on e-commerce platforms like Amazon. In this tutorial, we will explore how to create an image carousel using the React libraries: react-image-gallery and react-image-magnify. With this example, you’ll be able to showcase E-Commerce product images in an interactive

Next.js – Custom Search/Autocomplete With Material UI – Arrow Keys and Clear Search

Overview In this article, we will build on top of the last article on how to create a custom autocomplete search field using React and Material UI. By the end of this tutorial, you’ll have the knowledge and skills to build a autocomplete with multiple results with the one list that can be traversed using

Next.js – Custom Autocomplete Search Filter With Material UI

Overview In this article, we will create a complex search field with search results from two different data sources and their categories using React and Material UI. The ability to perform custom searches is a game-changer in any data-driven applications, enabling users to find exactly what they’re looking for in a more efficient and personalized